Commit 5d008296 authored by Henry Ewen's avatar Henry Ewen

Finished 2

parent 58c016dd
No preview for this file type
public class App {
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