changeset 26:301fadc3b1fa

hello change
author mwong@localhost.localdomain
date Tue, 30 Jun 2009 16:56:41 -0400
parents 551a768a7b45
children 0c936226eaf9
files Hello.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Hello.java	Thu Apr 23 16:36:12 2009 +0200
+++ b/Hello.java	Tue Jun 30 16:56:41 2009 -0400
@@ -13,5 +13,6 @@
   {
     System.out.println ("Hello World!");
     System.out.println ("Greetings Earth!");
+    System.out.println ("I am cool!");
   }
 }