Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 349 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 349 Bytes

aoc2021

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