Skip to content

shiftdsm/fizz-buzz-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Fizz Buzz Kata

This code kata helps engineers practice skills related to TDD.

The goal is to design a program to recreate the FizzBuzz numbers game.

Rules

For the integers 1 through 100 inclusive program should:

  • return Fizz for any multiple of 3
  • return Buzz for any multiple of 5
  • return FizzBuzz for any multiple of 3 & 5
  • return the integer that was input if none of the above are true

About

A code kata for calculating fizz buzz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors