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