Skip to content

TDD and clean code practice using class FizzBuzz problem.

License

Notifications You must be signed in to change notification settings

randroid88/FizzBuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

TDD and clean code practice using class FizzBuzz problem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages