Function aoc::year2017::day23::composite

source ·
fn composite(n: u32) -> Option<u32>
Expand description

Simple prime number check of all factors from 2 to √n inclusive.