Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 409 Bytes

Simple ATM

Toy Implementation of simple ATM controller

Requirements

  • C++ compiler that supports 17 or later
  • CMake version 3.15+

How to build

   $ git clone https://github.com/SwiftGust/simple_atm
   $ cd simple_atm
   $ cmake -S . -B build
   $ cmake --build build

How to run a test

Run executable inside build directory, depends on OS unit_test.{executable extension}