class

Day16

Inherits Day < Reference < Object

Constants

MOVES = {'>' => [1, 0], 'v' => [0, 1], '<' => [-1, 0], '^' => [0, -1]}

Instance methods

part1(input)
Source
part2(input)
Source

Nested types