Advent of Code This repository contains my solutions for the advent of code puzzles, all written in C. Compile and run any of the puzzles with: $ make <year>/<day> && ./<year>/<day>