mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 13:22:39 +00:00
create hello world
This commit is contained in:
parent
9038400f0f
commit
ce54fa707f
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user