We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fc703 commit e58bf44Copy full SHA for e58bf44
Test.java
@@ -0,0 +1,10 @@
1
+public class Test {
2
+
3
+ public static void main(String[] arg) {
4
5
+ //This is just at java test prog
6
+ System.out.println("\nThis is a Test.\n");
7
8
+ }
9
10
+}
0 commit comments