From 8a8d382723e0c9c8a9296dd503f14a861b717106 Mon Sep 17 00:00:00 2001 From: ihatejava Date: Thu, 27 Mar 2014 13:40:31 +0800 Subject: [PATCH] Update hello --- hello | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello b/hello index 5a20d0a..ed665e9 100644 --- a/hello +++ b/hello @@ -11,7 +11,7 @@ public class HelloWorldApp { System.out.println("The sum of 2+3 is " + 5); // Printing the sum of 7+8 - System.out.println("The sum of 7+8 is " + (7+8) ); + System.out.println("The sum of 7+8 is " + (7+8) + " Hurr hurr I'm a retard"); } }