pub fn check(n: i32) -> String
Expand description

Check a number against fizz, buzz, and fizzbuzz, as per the usual requirements of a typical fizzbuzz implementation.