Install pre-commit hooks
pip install pre-commit
pip install clang-format
pre-commit install
# verify
pre-commit run --all-filesBuild
mkdir build && cd build
cmake ..
makeRun tests
./cpp-template-testsRun benchmarks
./cpp-template-benchmarksto
for the inspiration.