changeset 73:8bac79b4db25

summary: test
author chrisphi
date Wed, 15 Feb 2012 17:31:59 -0500
parents 45ac459f8752
children 00b1ce768051
files ChangeLog Hello.java
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 09 01:37:40 2011 +0100
+++ b/ChangeLog	Wed Feb 15 17:31:59 2012 -0500
@@ -1,3 +1,8 @@
+2012-02-15  Chris Phillips <chrisphi@redhat.com>
+
+	* Mess with Hello.java
+	So what
+
 2011-11-10  Mark Wielaard  <mark@klomp.org>
 
 	* Mandelbrot.java: Turn into a true oneliner.
--- a/Hello.java	Fri Dec 09 01:37:40 2011 +0100
+++ b/Hello.java	Wed Feb 15 17:31:59 2012 -0500
@@ -47,5 +47,6 @@
     System.out.println ("But I am!"); 
     System.out.println ("orly?");
     System.out.println ("yarly?");
+    System.out.println ("Slow and fuzzy");
   }
 }