Function aoc::year2021::day13::part1

source ยท
pub fn part1(input: &Input) -> usize
Expand description

Fold once then count dots. The sample data folds along y and my input folded along x testing both possibilities.