Function aoc::year2017::day23::part2

source ยท
pub fn part2(input: &u32) -> usize
Expand description

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