Merge pull request #234 from Janitha133/master

hacktoberfest-2018
This commit is contained in:
Josh Cunningham
2018-10-09 08:50:46 -07:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
public class HelloWorld {
public static void main( String[] args ) {
System.out.println( "Hello World!" );
System.exit( 0 );
}
}