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 ); } }