Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Raven-Lee authored Jun 1, 2017
1 parent 7941bef commit 6f37950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ public static void main(String[] args) {

Triangle triangle1 = new Triangle();

triangle1.initializeTriangle();
triangle1.isoscelesTriangle();
triangle1.asteriskTriangle();
}
}

0 comments on commit 6f37950

Please sign in to comment.