diff --git a/code/HelloWorld.java b/code/HelloWorld.java new file mode 100644 index 0000000..4f0cd0f --- /dev/null +++ b/code/HelloWorld.java @@ -0,0 +1,6 @@ +public class HelloWorld{ + + public static void main(String[] args){ + System.out.println("Hello World from India!"); + } +} \ No newline at end of file