Merge pull request #479 from Kuromu/patch-2

eeeee "println" ee "print"
This commit is contained in:
LinuxMercedes 2018-12-11 14:43:20 -06:00 committed by GitHub
commit 88bdcb4cd1
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) {
while("e".equals("e")) {
System.out.println("e");
System.out.print("e");
}
}
}