Sha256: 8d3f17ca731113ea87b512975dd734ce6aa60b0571caa4b6e25d16e2140fcf13
Contents?: true
Size: 146 Bytes
Versions: 74
Compression:
Stored size: 146 Bytes
Contents
/** * Your implmentation of the NthPrime exercise */ component { /** * @returns */ function prime( number ) { // Implement me here } }
Version data entries
74 entries across 74 versions & 1 rubygems