Skip to content

yusukebe/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yusukebe/FizzBuzz

There are many kinds of implementation for FizzBuzz!

What is this repository

I'm writing FizzBuzz code in many ways such as Perl, Ruby, PHP, and Golang.

What is FizzBuzz

Fizz buzz is a group word game for children to teach them about division.[1] Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz".

From Fizz buzz - Wikipedia, the free encyclopedia

FizzBuzz code spec

  • FizzBuzz code must be implemented as Object-Oriented
  • FizzBuzz code must have Tests
  • FizzBuzz code should be executable on many Platforms
  • FizzBuzz code sometimes have WebAPI

If you want to write your FizzBuzz

Pull-request welcome!

Author

About

There are many kinds of implementation for FizzBuzz!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published