Function aoc::year2017::day05::part1

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

Brute force implementation.