added more output

Change-Id: Iaa42bbc2e2aeb77cfe88ea34a1970ffb1a7fa19e
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-01 12:14:13 -05:00
parent ed24ef47b7
commit d88750a5e4

View File

@@ -25,6 +25,7 @@ public class Main {
*/
public static void main(String[] args) {
System.out.print("this is a test");
System.out.print("MORE OUTPUT!!!");
}
}