Skip to content

SwiftGust/simple_atm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published