mine is actually just a `while(index < maze.siz...
# advent-of-code
m
mine is actually just a
while(index < maze.size)
, not elegant at all