module Day8

Included Modules

Extended Modules

Defined in:

day8.cr

Constant Summary

VISUALS = {'0' => ' ', '1' => '█', '2' => '2'}

Instance Method Summary

Instance methods inherited from module Day

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

Instance Method Detail

def checksum(w, h, data) #

[View source]
def decode(w, h, data) #

[View source]
def part1(input) #

[View source]
def part2(input) #

[View source]