Bin checker is a program for checking bank identification number and the details of that bin.
Scource code is available.You can compile it or exe file for instant run.
std::string Bin;
std::cin>>Bin;
std::cout<<std::endl;
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.