This commit is contained in:
2022-04-14 19:03:03 +08:00
parent 76086d0550
commit fdb4e8296d
2 changed files with 93 additions and 0 deletions

View File

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