Bootstrap for C++ katas Overview This is a bootstrap repository for clean code katas in C++17 using Catch2. Usage You can import this project into Replit, and it will handle all dependencies automatically. Prerequisites CMake 3.19+ Ninja Catch2 Build make Run main make run Run tests make test