Skip to content

Commit 88a07cd

Browse files
committed
add Test
1 parent 27587a9 commit 88a07cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.lxitedu.test;
2+
3+
public class Test {
4+
public static void main(String[] args) {
5+
System.out.println("Test.main()");
6+
}
7+
}

0 commit comments

Comments
 (0)