A bash ATM machine
This ATM machine stores all data on textfiles. Idea inspired by a programming assignment found online on https://www.stat.ubc.ca/~ruben/WebPage2/Phase1.doc.
- Download directory
- Run cmake to create Makefile (Recommend building a build directory)
- Run make
- Run ./main
- C++11
cmake . -Bbuild
cd build
make
./main