mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-07-30 13:30:16 +00:00
6
code/Hello_World_Janitha.java
Normal file
6
code/Hello_World_Janitha.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public class HelloWorld {
|
||||
public static void main( String[] args ) {
|
||||
System.out.println( "Hello World!" );
|
||||
System.exit( 0 );
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user