class

Day15

Inherits Day < Reference < Object

Constants

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

Instance methods

part1(input)
Source
part2(input)
Source

Nested types