/advent-of-code-c

Solutions written in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

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>

look at my snowman <3