Write a function that prints every number from 1 to 100 but replace every number divisible by 3 with Fizz, every number divisible by 5 with Buzz and every number divisible by both with FizzBuzz

19 / 24