/advent_of_code

My solutions to the Advent of Code.

Primary LanguageC++

Advent of Code

[Link] [Problems]

Everything should be organized into day folders in src. The include directory holds all the common helper functions/code that I write through the event. I've never done AoC before, but if things get spicy in the later days I may start using googletest to run the examples given in the problem statement.