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 739eebd commit c6fb9ecCopy full SHA for c6fb9ec
src/main/java/com/test/Test.java
@@ -0,0 +1,10 @@
1
+package com.test;
2
+
3
+public class Test {
4
5
+ public static void main(String[] args) {
6
+ // TODO Auto-generated method stub
7
+ System.out.println("test");
8
+ }
9
10
+}
0 commit comments