Sha256: cba11e290d0b305787a9540f20682f17949d95ae5fae921bb16d34df835f3203
Contents?: true
Size: 363 Bytes
Versions: 85
Compression:
Stored size: 363 Bytes
Contents
class Triangle { Triangle(double side1, double side2, double side3) throws TriangleException { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } TriangleKind getKind() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
85 entries across 85 versions & 1 rubygems