We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cc400 commit 83548c2Copy full SHA for 83548c2
Hello world!
@@ -0,0 +1,7 @@
1
+class Main
2
+{
3
+ public static void main(String[] args)
4
+ {
5
+ System.out.println("Hello world!");
6
+ }
7
+}
0 commit comments