.1'/>
summary refs log tree commit diff homepage
path: root/2021 (unfollow)
Commit message (Collapse)Author
2021-12-04Solve day 4 part 1June McEnroe
Gave up on perl and then spent way too long trying to get this parsed correctly in C. This code is pretty bad even for AoC.
2021-12-03Refactor day 3 using grep to count onesJune McEnroe
C has turned my brain to for-loop goop.
2021-12-03Solve day 3 part 2June McEnroe