Add lab6
This commit is contained in:
10
lab/lab6/Question5/Start.java
Normal file
10
lab/lab6/Question5/Start.java
Normal file
@@ -0,0 +1,10 @@
|
||||
public class Start {
|
||||
public static void main(String[] args) {
|
||||
Shape.testShape();
|
||||
Circle.testCircle();
|
||||
Dot.testDot();
|
||||
Rectangle.testRectangle();
|
||||
Square.testSquare();
|
||||
ManyShapes.testManyShapes();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user