Advent of Code 2024 - C++ solutions Advent of Code 2024 Build instructions Building the software requires the following: GCC 14 or a compatible C++ compiler CMake 3.20 The C++ standard library is the only run dependency. The CMake configuration option ENABLE_ADDRESS_SANITIZER can be used to enable the address sanitizer.