From e83847f719c33a82d37eca3e25482df1af20909b Mon Sep 17 00:00:00 2001 From: Janitha133 <33251135+Janitha133@users.noreply.github.com> Date: Sun, 7 Oct 2018 17:24:05 +0530 Subject: [PATCH] Upade Hello_World_Janitha.java --- code/Hello_World_Janitha.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Hello_World_Janitha.java b/code/Hello_World_Janitha.java index 669de2f..206d6fe 100644 --- a/code/Hello_World_Janitha.java +++ b/code/Hello_World_Janitha.java @@ -1,6 +1,6 @@ public class HelloWorld { public static void main( String[] args ) { System.out.println( "Hello World!" ); - System.exit( 0 ); //success + System.exit( 0 ); } }