- create an empty public github repo
- copy this repo to your repo(all except .git/)
- сomplete the task (edit code in src/).
- check build and tests
mkdir build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build
ctest --test-dir build --verbose
- add your ID on top of README.md (surname + initials, e.g. magomedov_mm)
- commit and push (dont commit build/)
- open Actions and check the pipeline (build + test)