module Day11

Included Modules

Extended Modules

Defined in:

day11.cr

Constant Summary

DX = {0, 1, 0, -1}
DY = {-1, 0, 1, 0}

Instance Method Summary

Instance methods inherited from module Day

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

Instance Method Detail

def call(input, initial) #

[View source]
def part1(input) #

[View source]
def part2(input) #

[View source]