class

Day12

Inherits Day < Reference < Object

Constants

DIRECTIONS = [{0, 1}, {0, -1}, {1, 0}, {-1, 0}]

Instance methods

part1(input)
Source
part2(input)
Source

Nested types