This commit is contained in:
2022-03-27 18:46:18 +08:00
parent 1c8f95c4b3
commit 85b623f65f
36 changed files with 1472 additions and 0 deletions

View File

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