apprenda take home assessment
Go to file
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
cmd/recty created rectangle struct and IsRect() 2016-08-26 09:08:30 -07:00
.gitignore updated gitignore for swp files 2016-08-26 09:07:42 -07:00
LICENSE initial commit 2016-08-26 08:13:01 -07:00
README.md initial commit 2016-08-26 08:13:01 -07:00
point.go created rectangle struct and IsRect() 2016-08-26 09:08:30 -07:00
rectangle.go created rectangle struct and IsRect() 2016-08-26 09:08:30 -07:00
rectangle_test.go created rectangle struct and IsRect() 2016-08-26 09:08:30 -07:00

README.md

rect

apprenda take home assessment