aoc::year2023::day13

Function part1

Source
pub fn part1(input: &Vec<(Vec<u32>, Vec<u32>)>) -> usize