pub fn is_fizz(n: i32) -> bool
Expand description

Check if a number is fizz. false on fizzbuzz.