a bug fix

Change-Id: I143071c027dc94ec9937816048ec23d6b7f3669d
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-03 00:17:11 -05:00
parent da009f0d61
commit c682f61658

View File

@@ -33,6 +33,7 @@ public class Main {
System.out.print(false); System.out.print(false);
System.out.print(true); System.out.print(true);
System.out.print(true); System.out.print(true);
System.out.print(true);
} }
/** /**