I got to use `window`, so that's always a good tim...
# advent-of-code
t
I got to use
window
, so that's always a good time. 🙂
👍 1
a
Doh, forgot the windowed() function. That would make my code a lot cleaner.
Changed my code to use windowed() on my string rather than using slices & it seemed to run much slower. 😞