Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 248 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 248 Bytes

luhny - Luhn's Algorithm implementation in Nim

Luhn's Algorithm is used all around the world to check for the validity of credit card numbers.

Usage

check_number("<credit card number>")

Install

nimble install luhny