This commit is contained in:
2022-03-10 17:18:03 +08:00
commit d6c5f57935
17 changed files with 1138 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class Start {
public static void main(String[] args) {
Student.testStudent();
}
}