Commit Graph

2 Commits

Author SHA1 Message Date
Derek McQuay 0f44030e53 updated the readme and cmd/recty/main.go
added examples to the readme and updated main.go to give an example of
who one could use the rect package
2016-08-27 22:28:15 -07:00
Derek McQuay b5a9726d2d created rectangle struct and IsRect()
defined what a rectangle is and also implemented IsRect(), which returns
a bool whether the coordinates given make a rectangle or not.  Tests
were written for IsRect()
2016-08-26 09:08:30 -07:00