My code to solve puzzles for Advent of Code.
This code is continuous work in progress as I am using it to learn C++ and related tools (CMake). Solutions to individual puzzles are written as a unit tests (GTest) and when a puzzle is somehow interesting to play with the executable is provided (for example the text adventure game on the 25th day of 2019).