module Day20
Included Modules
Extended Modules
Defined in:
day20.crConstant Summary
-
DIRS =
{'N' => JustPoint.new(0, -1), 'S' => JustPoint.new(0, 1), 'W' => JustPoint.new(-1, 0), 'E' => JustPoint.new(1, 0)}
{'N' => JustPoint.new(0, -1), 'S' => JustPoint.new(0, 1), 'W' => JustPoint.new(-1, 0), 'E' => JustPoint.new(1, 0)}