DockYard-Academy / curriculum

MIT License
972 stars 249 forks source link

FizzBuzz example solution does not return Buzz or FizzBuzz #413

Closed SRFowler closed 2 years ago

SRFowler commented 2 years ago

The example solution in FizzBuzz only contains the string "Fizz" and will never return "Buzz" or "FizzBuzz"

BrooklinJazz commented 2 years ago

Resolved