Calculator a c++ calculator to handle infinite numbers How to use 1. Create a directory build and go inside mkdir build && cd build/ 2. Build the project cmake .. 3. Build the binaries make 4. Run the project # go back to the root of the project ./johnDoe 5. Unit test ./unit_test