My solutions to the Advent of Code in C.
Everything in this repo is free to use and learn from.
All of the solutions can be compiled simply by visiting their directories and using the make
command.
The resulting binary will be named prgm
, and any solutions requiring an input file will look for a file named input
.
Day 12's solution requires the Jansson C Library for JSON parsing.