This repository contains all my solutions for the Advent of Code 2022.
- Create a "build" folder and change directory to it
mkdir build/ && cd build/
- Call the CMakeLists.txt placed at root of the repository
cmake ..
- Compile the project with the Makefile generated
make
- Launch the generated binary
./advent-of-code