Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanneskaeufler/fizzbuzz
Contains FizzBuzz implementations in various programming languages
https://github.com/hanneskaeufler/fizzbuzz
Last synced: 20 days ago
JSON representation
Contains FizzBuzz implementations in various programming languages
- Host: GitHub
- URL: https://github.com/hanneskaeufler/fizzbuzz
- Owner: hanneskaeufler
- Created: 2014-03-15T15:54:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T20:00:30.000Z (over 10 years ago)
- Last Synced: 2023-04-01T10:55:35.150Z (over 1 year ago)
- Language: C++
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FizzBuzz Playground
---Contains the [FizzBuzz](http://en.wikipedia.org/wiki/Fizz_buzz) game in various programming languages.
## Notes
### PHP
I cheated and used composer to install PHPUnit as the test framework.
### Python
I used `unittest` which is included in the standard library.
### Ruby
I used `minitest` which is included in the standard library.
### C++
I wrote my own very crude test runner.
### C
I wrote my own very crude test runner.
### Bash
I wrote my own very crude test runner.