aoc::year2016::day16

Function parse

Source
pub fn parse(input: &str) -> Vec<usize>
Expand description

Build a prefix sum of the number of ones at each length in the pattern including zero at the start.