https://github.com/sinipelto/card-validator
This program checks given credit card number and date, then checks using luhn algorithm if it's valid.
https://github.com/sinipelto/card-validator
Last synced: 12 months ago
JSON representation
This program checks given credit card number and date, then checks using luhn algorithm if it's valid.
- Host: GitHub
- URL: https://github.com/sinipelto/card-validator
- Owner: sinipelto
- License: gpl-3.0
- Created: 2018-01-27T23:26:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T23:33:58.000Z (over 8 years ago)
- Last Synced: 2025-03-30T14:13:39.229Z (over 1 year ago)
- Language: C++
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Card-Validator
This program checks given credit card number and date, then checks using luhn algorithm if it's valid.