Advent of Code 2023 in C++20 This is an attempt to use modern C++ features to solve Advent of code of 2023. Compilation $ compile.sh <day> part<1/2> Example: compile.sh 01 part2 Running $ run.sh <day> part<1/2> Example: run.sh 01 part2