aoc::year2017::day23

Function part2

Source
pub fn part2(input: &u32) -> usize
Expand description

Count the number of composite numbers in a range calculated from the input number.