elanticrypt0 / creditcard_validation

Excercise to check if a credit card number is valid or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CreditCard Validation

This is just and excecise to practice with vim and golang. But it works

Run

To run the program just execut it and pass one credit card number as argument and this checks if it is valid or not.

go run . [CREDIT CARD NUMBER]

About

Excercise to check if a credit card number is valid or not.


Languages

Language:Go 99.1%Language:Makefile 0.9%