The FizzBuzz problem is defined as:
> For the numbers 1 to 100, print "fizzbuzz" if the number is divisible by 3 and
5, "fizz" if it's only divisible by 3, "buzz" if it's only divisible by 5, and
nothing if it's divisible by neither 3 nor 5. Each printed word