We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a669d commit 97121a3Copy full SHA for 97121a3
HelloWorld.java
@@ -0,0 +1,9 @@
1
+//Program to print Hello World
2
+
3
+class HelloWorld
4
+{
5
+ public static void main(String[] args)
6
+ {
7
+ System.out.println("Hello, World!");
8
+ }
9
+}
0 commit comments