/creditcard_validation

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

Primary LanguageGo

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]