class AoC2020::Day3::Part2
- AoC2020::Day3::Part2
- Reference
- Object
Included Modules
Defined in:
aoc_2020/day_3/part_2.crConstant Summary
-
SLOPES =
[{1, 1}, {3, 1}, {5, 1}, {7, 1}, {1, 2}]
[{1, 1}, {3, 1}, {5, 1}, {7, 1}, {1, 2}]
AoC2020::Day3::Common