diff --git a/test/src/Test.java b/test/src/Test.java index a662835..2442002 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"); + System.out.print("Hello World. Howdy all!"); } }