Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
Day15::Point