module Day17
Included Modules
Extended Modules
Defined in:
day17.crConstant Summary
-
CELL_SYM =
{CellType::Empty => '.', CellType::Rock => '#', CellType::WaterRest => '~', CellType::WaterFlow => '|'}
{CellType::Empty => '.', CellType::Rock => '#', CellType::WaterRest => '~', CellType::WaterFlow => '|'}