Skip to content

steffkelsey/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FizzBuzz

Fizzbuzz Kata in different languages

What is FizzBuzz?

Given any integer, write a class and function that returns the "fizz" if given a multiple of 3, "buzz" if given a multiple of 5, "fizzbuzz" if given a multiple of 3 and 5, and the string of the number of there is no match.

Branches

Each branch contains the Kata done in different languages. The branch names are self explanatory.

About

Fizzbuzz Kata in different languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors