- Build and Run
cd simple-ATM-controller g++ -std=c++11 -O1 main.cpp -o solution ./solution
- Evaluations are included in the main.cpp file
- test invaild/vaild card number
- test invaild/vaild PIN
- test invaild/vaild account name
- test withdraw/deposit/show balance