We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1df0c commit 209ec10Copy full SHA for 209ec10
new.java
@@ -0,0 +1,5 @@
1
+class HelloWorld {
2
+ public static void main(String[] args) {
3
+ System.out.println("Hello, World!");
4
+ }
5
+}
0 commit comments