Learning C++ by solving the advent of code 2024 problems.
- Install the required libraries in #Libraries used, and clang++
- Run the
make
command to build the project.
Run the executable with the day and input file as a parameter. For example:
./aoc2024 1 input/day_01.txt
- Boost
sudo apt-get install libboost-all-dev