This commit is contained in:
xbx 2023-09-19 14:25:53 +08:00
parent a3959f505a
commit 4f31caf354
1 changed files with 5 additions and 0 deletions

5
src/Test.java Normal file
View File

@ -0,0 +1,5 @@
public class Test {
public static void main(String[] args){
System.out.println("sb大黄");
}
}