Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sota1235/fizzbuzz
- Owner: sota1235
- Created: 2013-11-14T01:20:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T08:11:49.000Z (over 10 years ago)
- Last Synced: 2023-08-05T20:11:57.570Z (over 1 year ago)
- Language: Python
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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