Function aoc::year2019::day02::search

source ยท
fn search(input: &[i32; 3], x1: i32, x2: i32, y1: i32, y2: i32) -> Option<i32>