mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Initial commit with Hello World in Java
This commit is contained in:
parent
f60a04b8ee
commit
fa6e45a2dd
6
code/HelloWorld.java
Normal file
6
code/HelloWorld.java
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
public class HelloWorld{
|
||||||
|
|
||||||
|
public static void main(String[] args){
|
||||||
|
System.out.println("Hello World from India!");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user