Skip to content

Commit 5752234

Browse files
committed
Merge pull request #2 from Helithumper/master
Fixed things Brandon
2 parents 8c58645 + 6625b41 commit 5752234

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)