From b5549720a6cc9e123fc0561368c0236815ece38a Mon Sep 17 00:00:00 2001 From: simbaking Date: Tue, 9 Dec 2014 17:28:34 -0500 Subject: [PATCH] changed hello world to lets turn up turn up means "have fun" --- helloworlds/helloworld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworlds/helloworld.java b/helloworlds/helloworld.java index 31c5322..9d36fbe 100644 --- a/helloworlds/helloworld.java +++ b/helloworlds/helloworld.java @@ -1,5 +1,5 @@ public class java { public static void main(String[] args) { - System.out.println("Hello World"); + System.out.println("lets turn up"); } } \ No newline at end of file