aoc::year2023::day13

Function reflect

Source
fn reflect(input: &Vec<(Vec<u32>, Vec<u32>)>, target: u32) -> usize