Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.