module Day18

Included Modules

Extended Modules

Defined in:

day18.cr

Constant Summary

CHARS = {Cell::Open => '.', Cell::Tree => '|', Cell::Lumberyard => '#'}

Instance Method Summary

Instance methods inherited from module Day

run run, test1(input) test1, test2(input) test2

Instance Method Detail

def part1(input) #

[View source]
def part2(input) #

[View source]
def test1n(input, n) #

[View source]
def test2n(input, n) #

[View source]