Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 522 Bytes

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.