Sha256: 9d69490a1c906d69651187ffefc725cec63418c2285f98db71a544f20aed1640
Contents?: true
Size: 350 Bytes
Versions: 54
Compression:
Stored size: 350 Bytes
Contents
module Luhn (addends, checkDigit, checksum, create, isValid) where addends = error "You need to implement this function." checkDigit = error "You need to implement this function." checksum = error "You need to implement this function." create = error "You need to implement this function." isValid = error "You need to implement this function."
Version data entries
54 entries across 54 versions & 1 rubygems