Solutions to Advent of Code 2022. The solutions are written in C++20 and generally try to make use of the range-v3 library.
Install range-v3
as a dependency:
sudo apt install librange-v3-dev
Compile the code for any particular day with the following command:
make day1
Exectute the code for any particular day with the associated input file:
./day1/sol < day1/input.txt