aoc::year2022::day13

Function part1

Source
pub fn part1(input: &[&str]) -> usize
Expand description

Count adjacent pairs of packets that are in order.