We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c58645 + 6625b41 commit 5752234Copy full SHA for 5752234
src/HelloWorld.java
@@ -4,7 +4,10 @@ public class HelloWorld {
4
public static void main(String[] args) {
5
// TODO Auto-generated method stub
6
System.out.println("Hello World");
7
- System.out.println("This is about the extent of my Java knowledge.");
+ System.out.println("WOW, SUCH MONIES!");
8
+ for(int i = 0; i < 100; i++){
9
+ System.out.println(i/5);
10
+ }
11
}
12
13
0 commit comments