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

Check if a number is buzz. false on fizzbuzz.