Function advent::y2018::day1::part1

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

O(n) one-liner with no additional space