Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 249 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 249 Bytes

calc

A basic calculator inspired by a Programming Principles and Practice book by Bjarne Stroustrup

how to run?

$ cmake -B .
$ cmake --build .
$ ./calc
2+2*2;

Tests?

$ cmake -B .
$ cmake --build .
$ ./tests