Skip to content

s-kocher/kata-tdd-fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kata FizzBuzz

For a given natural number greater than zero, you must return :

  • Fizz if the number is divisible by 3
  • Buzz if the number is divisible by 5
  • FizzBuzz if the number is divisible by 3 and by 5
  • The same number if no other requirement is fullfilled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages