This is the utility that determines the type of a triangle based on the input lengths of triangle sides.
The types of the triangle that can be determined:
- equilateral
- isosceles
- scalene
$ make build
$ ./bin/go-triangle 10 10 10
Example of output is:
Current triangle is equilateral
make test-unit
make docker-build
make docker-run-unit