A program that takes three inputs as sides of a triangle and tells you if it is a triangle and what type it is.
- Clone the repo
- Make a new branch
- Commit and push your changes
- Create a PR
- Ruby 2.4.1
- rspec
- sinatra
- returns not a triangle when two sides are less than the third side
- returns Equilateral triangle when all three sides are equal
- returns Isosceles triangle when two sides are equal
This software is licensed under the MIT license.
Copyright (c) 2018 Eric Shull & Craig Wann