<Advent of Code 2024 day 9> (no spoilers) :thread:
# advent-of-code
a
Advent of Code 2024 day 9 (no spoilers) 🧵
d
Passes on the test input but not on the real input (and already upgraded the total to Long). Hmmm....
Part 1
Oh I bet I know what it is
Yep. How not nice to not include that case in the test input.
n
Hey, same situation here 🙈
n
There was a case that tripped me up too. Let's count together and say it <1> <2> <3> Land war in Asia!
🤣 1
🔟 2
d
Looking back the case does appear in the input but not in a way that tripped my bug
l
Deciding how to parse and store the input gave me so many headache. I feel like the code I wrote today is as bad as the pass 8 days combined
😁 1