diff --git a/README.md b/README.md index 44ff288..f644d7e 100644 --- a/README.md +++ b/README.md @@ -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. - [![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 - AI/ML enthusiast diff --git a/code/Hello_World_Janitha.java b/code/Hello_World_Janitha.java new file mode 100644 index 0000000..206d6fe --- /dev/null +++ b/code/Hello_World_Janitha.java @@ -0,0 +1,6 @@ +public class HelloWorld { + public static void main( String[] args ) { + System.out.println( "Hello World!" ); + System.exit( 0 ); + } +}