C++ 11 solutions to AoC 2022
To build all solutions, run the following from the top-level directory, or from a sub-directory to build only the corresponding day's solution:
make
AoC provides unique input files for each user. My own input files, along with their correct answers are provided as tush test cases, which can be run with:
make test
Don't forget to clean all binaries and temporary files when not needed:
make clean