This repo contains my solutions for some C++ katas submitted in Codewars.
You need to install following tools/packages:
- gcc
- cmake
cd build # (from project root)
cmake ..
cmake --build .
cd build # (from project root)
./test/cpp_katas_test
docker-compose up --build