Bradley Morton and Charles Emerson
The String Calculator Kata here.
Steps to compile (Note that this method requires cmake 2.6 or later to be installed and the Catch2 header)
- Download the Catch2 single-header catch.hpp into /include.
- Create a new folder in the project folder called 'build'.
- Navigate into /build.
- 'cmake ..'
- 'make'
- Run './main.out'