Commit 6f6ca3b3 authored by sam.pople's avatar sam.pople

Final change

parent cec13c4d
No preview for this file type
public class App {
//Draws shapes
public static void main(String[] args) throws Exception {
Shape shape1 = new Triangle(3);
shape1.draw();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment