module AdventOfCode2021::Day23

Extended Modules

Direct including types

Defined in:

day23/day23.cr

Constant 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]

Instance Method Summary

Instance Method Detail

def is_type?(t : UInt8) : Bool #

[View source]
def main #

[View source]