Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 523 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 523 Bytes

Advent of Code

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).