SwiftGust / simple_atm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About


Languages

Language:C++ 64.3%Language:CMake 35.7%