Sha256: 4000fe1454d8d0347787f3b9d5fda2a0f75276a70f81531ec4f4ebcb0dd5ef71
Contents?: true
Size: 141 Bytes
Versions: 74
Compression:
Stored size: 141 Bytes
Contents
/** * Your implmentation of the Luhn exercise */ component { /** * @returns */ function valid( value ) { // Implement me here } }
Version data entries
74 entries across 74 versions & 1 rubygems