zwh 2 years ago
parent
commit
86270caa5b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/com/zwh/test/Main.java

+ 3 - 0
src/com/zwh/test/Main.java

@@ -16,6 +16,9 @@ public class Main {
             // Press Shift+F9 to start debugging your code. We have set one breakpoint
             // for you, but you can always add more by pressing Ctrl+F8.
             System.out.println("i = " + i);
+            System.out.println("i = " + i);
+            System.out.println("i = " + i);
+            System.out.println("i = " + i);
 
         }
     }