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