changeset 1:5eaa0060f218

2007-06-05 Thomas Fitzsimmons <fitzsim@redhat.com> * HelloWorld.java: Greet Earth.
author Thomas Fitzsimmons <fitzsim@redhat.com>
date Tue, 05 Jun 2007 00:00:50 -0400
parents 9d5d02a623c5
children eb24484d7a92
files ChangeLog HelloWorld.java
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 04 23:43:43 2007 -0400
+++ b/ChangeLog	Tue Jun 05 00:00:50 2007 -0400
@@ -1,3 +1,7 @@
+2007-06-05  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+	* HelloWorld.java: Greet Earth.
+
 2007-06-04  Thomas Fitzsimmons  <fitzsim@redhat.com>
 
 	* HelloWorld.java: New file.
--- a/HelloWorld.java	Mon Jun 04 23:43:43 2007 -0400
+++ b/HelloWorld.java	Tue Jun 05 00:00:50 2007 -0400
@@ -3,5 +3,6 @@
   public static void main (String[] args)
   {
     System.out.println ("Hello World!");
+    System.out.println ("Greetings Earth!");
   }
 }