Files
jenkins-multibranch-project/README.md
2017-06-04 12:26:32 +05:30

230 B

Fizz Buzz Example in Kotlin with Spek Framework for BDD Style tests

Fizz Buzz is a game where

  • if the number is divisible by 3, you say Fizz
  • if the number is divisible by 5, you say Buzz
  • if neither, you say the number