I'm new to C (and programming in general) and I wanted to try solving this year's Advent of Code. This is a repository containing the code from my solutions.
Both solutions for dayXX can be compiled using make
and then run using ./solutionX <filename>
. If no filename is used, then input.txt
will be taken as the default.
The /template
folder includes a template for the code that I write each day, including some boilerplate and some helper functions.
Some of the helper functions were not written by me. Appropriate credits are given where applicable.