We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e9f98 commit 79c8fd8Copy full SHA for 79c8fd8
HelloWorld.java
@@ -0,0 +1,9 @@
1
+
2
+public class HelloWorld {
3
4
+ public static void main(String[] args) {
5
+ System.out.println("Hello world");
6
7
+ }
8
9
+}
0 commit comments