mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-08-05 14:48:24 +00:00
create hello world
This commit is contained in:
6
code/Hello_World_Janitha
Normal file
6
code/Hello_World_Janitha
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
public class HelloWorld {
|
||||||
|
public static void main( String[] args ) {
|
||||||
|
System.out.println( "Hello World!" );
|
||||||
|
System.exit( 0 ); //success
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user