From 3c55754b5b57f96e8cffdd47352e2ce52b604b71 Mon Sep 17 00:00:00 2001 From: warren powers Date: Sun, 16 Jan 2011 20:24:51 +0000 Subject: [PATCH] modified system.out.println --- test/src/Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); } }