From 8d0199dca8e818a2a213a829342963f60d2239eb Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Fri, 2 Mar 2012 23:43:39 -0500 Subject: [PATCH] added trueisum Signed-off-by: Ricky Barrette --- test/src/com/test/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/com/test/Main.java b/test/src/com/test/Main.java index 68463a6..1c02340 100644 --- a/test/src/com/test/Main.java +++ b/test/src/com/test/Main.java @@ -29,6 +29,7 @@ public class Main { System.out.print("sleep"); System.out.print("poop"); System.out.print("Bug"); + System.out.print(true); } /**