mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2026-04-25 21:43:17 +00:00
Initial commit with Hello World in Java
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class HelloWorld{
|
||||
|
||||
public static void main(String[] args){
|
||||
System.out.println("Hello World from India!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user