mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-01 04:07:48 +00:00
commit
82b546d6ea
@ -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
|
||||
|
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 );
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user