luhny

Luhn's Algorithm implementation in Nim

Pure Nim score 15/100 · last commit 2020-02-28 · 3 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 3
Forks 0
Open Issues 0
Last Commit 2020-02-28
Downloads 0
Last Indexed 2026-07-21 05:25

Installation

nimble install luhny
choosenim install luhny
git clone https://github.com/sigmapie8/luhny

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
luhny - - - - - - -

Source

Repository https://github.com/sigmapie8/luhny
Homepage https://github.com/sigmapie8/luhny
Registry Source github

README

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