mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-01-03 00:12:40 +00:00
Upade Hello_World_Janitha.java
This commit is contained in:
parent
2b1ff99b7c
commit
e83847f719
@ -1,6 +1,6 @@
|
|||||||
public class HelloWorld {
|
public class HelloWorld {
|
||||||
public static void main( String[] args ) {
|
public static void main( String[] args ) {
|
||||||
System.out.println( "Hello World!" );
|
System.out.println( "Hello World!" );
|
||||||
System.exit( 0 ); //success
|
System.exit( 0 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user