mirror of
https://github.com/sillibird/luhncheck
synced 2026-01-03 02:14:47 +00:00
No description
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| luhncheck.nimble | ||
| README.md | ||
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