eeeee "println" ee "print"

This commit is contained in:
Chrome Artiste 2018-12-10 08:12:33 -06:00 committed by GitHub
parent d2f145bc00
commit e96f22b7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.java
View File

@ -2,7 +2,7 @@ public class e {
public static void main(String[] e) { public static void main(String[] e) {
while("e".equals("e")) { while("e".equals("e")) {
System.out.println("e"); System.out.print("e");
} }
} }
} }