https://github.com/htoooth/fizzbuzzwhizz
ThoughtWorks interview answer.
https://github.com/htoooth/fizzbuzzwhizz
Last synced: about 1 month ago
JSON representation
ThoughtWorks interview answer.
- Host: GitHub
- URL: https://github.com/htoooth/fizzbuzzwhizz
- Owner: htoooth
- Created: 2014-05-06T15:14:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T06:27:45.000Z (about 11 years ago)
- Last Synced: 2023-08-11T20:18:07.774Z (almost 2 years ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzzWhizz
The FizzBuzzWhizz is ThoughtWorks's code interview. I use ruby to resolve it.
# How to use
you can use `rake test` to test code. And you can type `rake` to run my default task.
# About
you can see `problem.md` to know what is FizzBuzzWhizz.