Skip to content

Commit 6625b41

Browse files
committed
Fixed things
1 parent 8c58645 commit 6625b41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/HelloWorld.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ public class HelloWorld {
44
public static void main(String[] args) {
55
// TODO Auto-generated method stub
66
System.out.println("Hello World");
7-
System.out.println("This is about the extent of my Java knowledge.");
7+
System.out.println("WOW, SUCH MONIES!");
8+
for(int i = 0; i < 100; i++){
9+
System.out.println(i/5);
10+
}
811
}
912

1013
}

0 commit comments

Comments
 (0)