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

View File

@@ -24,7 +24,7 @@ public class Main {
System.out.println("A commit with a change ID!!!"); System.out.println("A commit with a change ID!!!");
System.out.print("master"); System.out.print("master");
System.out.print("another change"); System.out.print("another change");
System.out.print("woot");
} }
/** /**