mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-07-30 13:30:16 +00:00
Upade Hello_World_Janitha.java
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user