class AoC2020::Day3::Part2

Included Modules

Defined in:

aoc_2020/day_3/part_2.cr

Constant Summary

SLOPES = [{1, 1}, {3, 1}, {5, 1}, {7, 1}, {1, 2}]

Class Method Summary

Instance methods inherited from module AoC2020::Day3::Common

tree_count_for_slope(map, x, y) tree_count_for_slope

Class Method Detail

def self.run(output : IO) #

[View source]