Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 320 Bytes

FizzBuzzer

TDD and clean code practice using classic FizzBuzz problem...

A program that prints numbers from 1 to X. But for multiples of three, "FIZZ" is printed instead of the number. For multiples of five, "BUZZ" is printed instead. For numbers which are multiples of both three and five, "FIZZBUZZ" is printed.