C++ Solutions for adventofcode.com year 2022 puzzles
To compile, this should work for all puzzles (actually, C++20 is only needed for a few, C++11 should be enough for most):
eg: compile day1 puzzle
cd 01
./build.sh run 01
./build.sh run 02
C++ Solutions for adventofcode.com year 2022 puzzles
To compile, this should work for all puzzles (actually, C++20 is only needed for a few, C++11 should be enough for most):
eg: compile day1 puzzle
cd 01
./build.sh run 01
./build.sh run 02