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
commit 82b546d6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -740,6 +740,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- I also like playing the cello, watching shows on Netflix, and cooking. - I also like playing the cello, watching shows on Netflix, and cooking.
- [![github-alt][github-img]](https://github.com/janicek1m) - [![github-alt][github-img]](https://github.com/janicek1m)
### Janitha Rasanga
- I am a student of University of Moratuwa
- [![facebook-alt][facebook-img]](https://web.facebook.com/janitha.rasanga.7)
[![github-alt][github-img]](https://github.com/Janitha133)
### Jason ### Jason
- AI/ML enthusiast - AI/ML enthusiast

View File

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