diff --git a/test/src/Test.java b/test/src/Test.java index 2442002..dd3dc3c 100644 --- a/test/src/Test.java +++ b/test/src/Test.java @@ -25,7 +25,7 @@ public class Test { */ public static void main(String[] args) { // TODO Auto-generated method stub - System.out.print("Hello World. Howdy all!"); + System.out.print("Hello World. Howdy all! I have to poo now"); } }