This commit is contained in:
2022-03-17 18:18:06 +08:00
parent 52c53c5be7
commit 6bf672bd5b
10 changed files with 631 additions and 0 deletions

View File

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