This repository contains solutions to some of the Advent Of Code problems implemented in C++. This repository also serves a purpose of learning about new C++ features and utilizing those in the solutions.
This project has some dependencies to other packages. Those dependencies are
managed using vcpkg
. CMake is configured to use vcpkg
CMake toolchain which
then installs those dependencies during configuration.
Use CMake presets for configuring and building.