Sha256: 44a2c61dd3c0277eb545286198c5c8be53a57f05f451812e02f4e4736213fa4c
Contents?: true
Size: 303 Bytes
Versions: 102
Compression:
Stored size: 303 Bytes
Contents
class Proverb { Proverb(String[] words) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } String recite() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
102 entries across 102 versions & 1 rubygems