class

Day18

Inherits Day < Reference < Object

Constants

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

Constructors

Instance methods

bytes_to_read
Source
bytes_to_read=(bytes_to_read : Int32)
Source
height
Source
height=(height : Int32)
Source
move(path : Path, bytes : Array(Point))
Source
part1(input)
Source
part2(input)
Source
width
Source
width=(width : Int32)
Source

Nested types