Sha256: ceb78832ce96950ff8f2cb5542d5e24b669f5996d89eb214ee6d69b3181c63cd
Contents?: true
Size: 350 Bytes
Versions: 120
Compression:
Stored size: 350 Bytes
Contents
package triangle const testVersion = 3 func KindFromSides(a, b, c float64) Kind // Notice KindFromSides() returns this type. Pick a suitable data type. 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
120 entries across 120 versions & 1 rubygems