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