changeset 27:0c936226eaf9

changed third print statement
author Man Lung Wong <mwong@redhat.com>
date Thu, 02 Jul 2009 10:47:53 -0400
parents 301fadc3b1fa
children f2808e9a638b
files Hello.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Hello.java	Tue Jun 30 16:56:41 2009 -0400
+++ b/Hello.java	Thu Jul 02 10:47:53 2009 -0400
@@ -13,6 +13,7 @@
   {
     System.out.println ("Hello World!");
     System.out.println ("Greetings Earth!");
-    System.out.println ("I am cool!");
+    System.out.println ("I am not so cool!");
+
   }
 }