https://github.com/iolivia/fizzbuzz
FizzBuzz in all the languages
https://github.com/iolivia/fizzbuzz
Last synced: 6 months ago
JSON representation
FizzBuzz in all the languages
- Host: GitHub
- URL: https://github.com/iolivia/fizzbuzz
- Owner: iolivia
- Created: 2018-12-30T11:07:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T06:59:23.000Z (over 1 year ago)
- Last Synced: 2025-05-13T14:33:12.272Z (about 1 year ago)
- Language: Brainfuck
- Size: 47.9 KB
- Stars: 14
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz around the world in all languages
## Overview
You've most likely heard of FizzBuzz, the very simple programming challenge used in interviews to see if someone can code or not. But if you haven't, here it is.
> Write a short program that prints each number from 1 to 100 on a new line.
> For each multiple of 3, print "Fizz" instead of the number.
> For each multiple of 5, print "Buzz" instead of the number.
> For numbers which are multiples of both 3 and 5, print "FizzBuzz" instead of the number.
This repo is about implementing FizzBuzz in as many languages as possible.
## Languages
* Ada
* Brainfuck (partial implementation)
* Go
* Haskell
* JavaScript (node)
* LOLCODE
* Perl
* Prolog
* Python3
* Rust
* Bash
* Java
* Scala
* Scheme
* Lua
* HTML & CSS
* D
* Crystal
* Elixir
* C#
* VBScript
* Julia
* C
* XML/XSL
* F#
* Erlang
* Clojure
* Dart
* Kotlin
* OCaml
* Pug
## Contributing
If you feel like wasting an afternoon learning an [esoteric language](https://en.wikipedia.org/wiki/Esoteric_programming_language) (or even a normal one), or writing some tests, please submit a PR.
## License
MIT