aoc::year2015::day17

Function part1

Source
pub fn part1(input: &[u32]) -> u32
Expand description

We only care about the total combinations, so sum the entire vec.