My solutions to Advent of Code 2021
The source files here typically solve just the second part of each day's problem because I always just overwrite the solution for the first part. Also, the programs often require some manual preprocessing of the input (because it takes me less time than to parse the original data in the program :d ).