Solve day 9 and fix horrible bug in lib.

My integer parser did not consider negative values. I have fixed that
in the 2022 repository, but not here. That's pretty annoying.
This commit is contained in:
2023-12-09 11:48:39 -05:00
parent 485637caeb
commit 31d2d2fdc8
4 changed files with 257 additions and 3 deletions

View File

@@ -7,4 +7,5 @@
- Day 5: 1st 25:00, 2nd 1:55:00; Required patience and accuracy
- Day 6: 13:54; I was slow because I thought it is much harder?
- Day 7: 75:00; leaderboard 16:00... that was just bad; no excuse
- Day 8:
- Day 8: 57:00; my input parse function did not consider negative values...
- Day 9: