Function aoc::year2022::day04::part1

source ยท
pub fn part1(input: &[[u32; 4]]) -> usize
Expand description

Count ranges completely enclosed by each other.