Sha256: 2133e85f7c42e95c3fb28f8dec2d10ec97f2a94dfd5a13fe0bf684e4a7a781d7
Contents?: true
Size: 429 Bytes
Versions: 122
Compression:
Stored size: 429 Bytes
Contents
## Constant Declarations In this exercise you are asked to declare a series of constants used to identify different types of triangles. Pick the data type you think works best for this and get the tests passing. Afterwards, it may be worth reading about Go's predeclared identifier [iota](https://golang.org/ref/spec#Iota). There's an excellent write up about it [here](https://splice.com/blog/iota-elegant-constants-golang/).
Version data entries
122 entries across 122 versions & 1 rubygems