Skip to content

bird/luhncheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of Luhn algorithm in nim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages