Skip to content

lukaspirkl/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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