/exercism-cpp

My exercism.io C++ solutions

Primary LanguageC++

exercism-cpp

My exercism.io C++ solutions. To run the tests for a certain problem's solution, you'll need to generate makefile:

  1. Create a <SOLUTION>/build directory
  2. Run cmake -G "Unix Makefiles" .. from there
  3. Run make