No description
Find a file
2019-03-27 21:59:50 -04:00
src Remove unnecessary import 2019-03-27 21:59:50 -04:00
tests Completed 2019-03-27 00:13:45 -04:00
.gitignore Initial commit 2019-03-27 00:11:45 -04:00
LICENSE Initial commit 2019-03-27 00:11:45 -04:00
luhncheck.nimble Completed 2019-03-27 00:13:45 -04:00
README.md Update README 2019-03-27 00:29:35 -04:00

luhncheck

Implementation of Luhn algorithm in nim.

Usage

Install the package with nimble

nimble install luhncheck

Example Usage

Validating a cards checksum

if validate(356938035643809):
    echo "Cards checksum appears to be valid"

License

MIT