modified system.out.println

This commit is contained in:
warren powers
2011-01-16 20:24:51 +00:00
parent d3416252d1
commit 3c55754b5b

View File

@@ -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!");
}
}