this is another test

Change-Id: Iee9030a212814c1a1f1ef0f6dbb3695f007da85d
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-03 00:20:56 -05:00
parent c682f61658
commit 842f5d4dd8

View File

@@ -28,7 +28,7 @@ public class Main {
System.out.print("yay"); System.out.print("yay");
System.out.print("sleep"); System.out.print("sleep");
System.out.print("poop"); System.out.print("poop");
System.out.print("Bug"); System.out.print("this is a test");
System.out.print(true); System.out.print(true);
System.out.print(false); System.out.print(false);
System.out.print(true); System.out.print(true);