class Aoc2022::Day5

Defined in:

aoc2022/days/day5.cr

Constant Summary

CHAR_DISTANCE = 4
FIRST_CHAR_POS = 1

Instance Method Summary

Instance methods inherited from class Aoc2022::Day

part1 part1, part2 part2

Constructor methods inherited from class Aoc2022::Day

new(input_reader : InputReader) new

Instance Method Detail

def part1(debug : Bool | Nil = false) #

[View source]
def part2(debug : Bool | Nil = false) #

[View source]