changeset 47:562b5c22a653

Testing it out.
author Andrew Su <asu@redhat.com>
date Thu, 12 Aug 2010 09:17:49 -0400
parents 27da33767607
children 91aa7e24978f
files Hello.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Hello.java	Fri Aug 06 15:04:50 2010 +0200
+++ b/Hello.java	Thu Aug 12 09:17:49 2010 -0400
@@ -41,5 +41,6 @@
     System.out.println ("Greetings Venus!");
     System.out.println ("I am not so cool!");
     System.out.println ("But I am!"); 
+    System.out.println ("Oh really?");
 }
 }