git clone https://github.com/GidRadium/c-learning.git
cd c-learning
cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
cmake --build build
./build/Example-task/example_main
find . -path ./build -prune -o -type f -name '*.[c|h]' -print | xargs clang-format-18 --style=file -i