Toy Implementation of simple ATM controller
- C++ compiler that supports 17 or later
- CMake version 3.15+
$ git clone https://github.com/SwiftGust/simple_atm
$ cd simple_atm
$ cmake -S . -B build
$ cmake --build build
Run executable inside build directory, depends on OS
unit_test.{executable extension}