module Day17

Included Modules

Extended Modules

Defined in:

day17.cr

Constant Summary

CELL_SYM = {CellType::Empty => '.', CellType::Rock => '#', CellType::WaterRest => '~', CellType::WaterFlow => '|'}

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 test_draw(input) #

[View source]