rename to test

This commit is contained in:
2022-05-24 22:07:09 +08:00
parent fa9befb1b1
commit 7adb69e3a1

View File

@@ -0,0 +1,5 @@
public class Test {
public static void main(String[] args) {
User.testUser();
}
}