Update e.java

change args to e
This commit is contained in:
empirephoenix 2018-12-10 08:39:52 +01:00 committed by GitHub
parent 9c685f670e
commit ff00e0cefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.java
View File

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