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