NullDev / Hacktoberfest-2020-FizzBuzz

:jack_o_lantern: Submit creative/abstract FizzBuzz solutions in any language you want!
The Unlicense
68 stars 349 forks source link

Quick Summary description and gif mismatch (README.md) #389

Closed Trimankaur closed 4 years ago

Trimankaur commented 4 years ago

Quick summary:

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. (′ʘ⌄ʘ‵)

NullDev commented 4 years ago

This is just a visual representation of the algorithm. Doesn't really matter if you start at 0 or 1. Thanks anyway :)