Sha256: ab4f5bfea62d59bf284a549824b97cec3bbefa176bc5aa48ddc78ea9d94f9a9e
Contents?: true
Size: 359 Bytes
Versions: 70
Compression:
Stored size: 359 Bytes
Contents
package triangle const testVersion = 2 // Code this function. func KindFromSides(a, b, c float64) Kind // Notice it returns this type. Pick something suitable. type Kind // Pick values for the following identifiers used by the test program. NaT // not a triangle Equ // equilateral Iso // isosceles Sca // scalene // Organize your code for readability.
Version data entries
70 entries across 70 versions & 1 rubygems