Yohanna / LuhnCalculator

A simple tool for validating numbers using Luhn Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

LuhnCalculator is a simple tool to check if a given number is valid or not using Luhn Algorithm.

Compiling

Remember to add System.Numerics assembly reference to your project by

  • Select Project menu
  • Add Reference
  • Search for System.Numerics in the search box
  • check the check box beside the name
  • Click OK

License

The source code is released under the Affero GPL License.

About

A simple tool for validating numbers using Luhn Algorithm

License:MIT License


Languages

Language:C# 100.0%