FizzBuzz is a program that prints the numbers from 1 to 100. But for multiples of three it prints “Fizz” instead of the number and for the multiples of five, it prints “Buzz”. For numbers which are multiples of both three and five it prints “FizzBuzz”.
The summary states that we need to print numbers from 1 to 100, but in the gif, the numbering starts from 0. (′ʘ⌄ʘ‵)
Quick summary:
The summary states that we need to print numbers from 1 to 100, but in the gif, the numbering starts from 0. (′ʘ⌄ʘ‵)