We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5657cd9 + 762a011 commit bc89065Copy full SHA for bc89065
HelloWorld/Test.java
@@ -0,0 +1,9 @@
1
+package HelloWorld;
2
+
3
+public class Test
4
+{
5
+ public static void main(String[] args)
6
+ {
7
+ System.out.println("Test");
8
+ }
9
+}
0 commit comments