|
@@ -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);
|
|
|
|
|
|
}
|
|
|
}
|