1 2 3 4 5 6 7 8 9 10 11
# day 3 ## first part 32 places per row, right 3 and down 1 is ``` idx = (idx + 3) % 32 ``` per line but this will _probably_ change for the part 2.