Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-02 12:14:50 -05:00
parent 93c4f31d63
commit 66a2f9867b

View File

@@ -25,6 +25,7 @@ public class Main {
System.out.print("master"); System.out.print("master");
System.out.print("another change"); System.out.print("another change");
System.out.print("woot"); System.out.print("woot");
System.out.print("yay");
} }
/** /**