Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sota1235/fizzbuzz

My fizzbuzz programs written by some programming languages.
https://github.com/sota1235/fizzbuzz

Last synced: about 12 hours ago
JSON representation

My fizzbuzz programs written by some programming languages.

Awesome Lists containing this project

README

        

# FizzBuzz

* FizzBuzz programm written by some programming languges.

## Rules

* When number is multiple of 3 -> Fizz

* When number is multiple of 7 -> Buzz

* When number is multiple both of 3 and 7 -> FizzBuzz!

* Aside from these -> output number

* A scope is 1 to 100.

## Handicaps

* Programm in one line.

* Programm without using "%".

* Inverse FizzBuzz (request from yagihashoo)

* (Look for new rule!!)

## Languges

* JavaScript

* CoffeeScript

* Python (Version 2.7)

* PHP

* C