This repository contains the source code for my attempts at the Advent of Code 2023 problems. There is a specific focus on C++ and other languages that I am refamiliarising myself with or upskilling in.
Solutions written in C++ will include an executable program produced by the source code. It is compiled with the G++ compiler, as follows:
g++ dayX.cpp -o dayX.cpp