Sha256: ee74c6b35e623436528a63e0e184647229924b36106cd1c9e727ab177e86d335
Contents?: true
Size: 145 Bytes
Versions: 72
Compression:
Stored size: 145 Bytes
Contents
/** * Your implmentation of the NthPrime exercise */ component { /** * @returns */ function prime( input ) { // Implement me here } }
Version data entries
72 entries across 71 versions & 1 rubygems