module AdventOfCode2021::Day23
Extended Modules
Direct including types
Defined in:
day23/day23.crConstant Summary
-
AMBER =
'A'.bytes[0] -
BRONZE =
'B'.bytes[0] -
COPPER =
'C'.bytes[0] -
DAY =
23 -
DESERT =
'D'.bytes[0] -
EMPTY =
'.'.bytes[0] -
WALL =
'#'.bytes[0]