Sha256: 221a80e104f6600da64d730225a231f18fa85ce0793fa76c7b17b279b6b1f91d
Contents?: true
Size: 359 Bytes
Versions: 84
Compression:
Stored size: 359 Bytes
Contents
package triangle const testVersion = 3 // 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
84 entries across 84 versions & 1 rubygems