This commit is contained in:
2022-05-22 23:45:54 +08:00
parent a9f7967976
commit 5dfbf0b8ae
12 changed files with 462 additions and 0 deletions

View File

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