A minimal C++ starter for coding katas: clone it, run the tests, start coding.
A C++17 compiler and CMake 3.16 or newer. The first configure downloads GoogleTest, so it needs internet once.
cmake -B build
cmake --build build
ctest --test-dir build./build/appCLion and VS Code (CMake Tools) open the folder and run the test directly.