Upade Hello_World_Janitha.java

This commit is contained in:
Janitha133 2018-10-07 17:24:05 +05:30 committed by GitHub
parent 2b1ff99b7c
commit e83847f719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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