Mistakes I made: (In thread cause don't want spoil...
# advent-of-code
k
Mistakes I made: (In thread cause don't want spoilers in mainchat)
• thought I couldn't use
groupBy
so for part 2 I even wrote a regex to grab continuous chunks of numbers and then test if any had length 2
👍 1