Rsgm / fizzbuzz

Fizz buzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.
+++++++++++++++++++++++++++++++++++.+++++++++++++++++..[-]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.
+++++++++++++++++++++++++++++++++++++++++++++++++++.+++++..[-]

FizzBuzz written in BrainFuck.

This was made to work with the BrainFuck Visualizer. The larger the numbers the longer it will take.
It may work in other interpreters/compilers, but I have only tested it with this other one.

Most of this is commented, but the comments might mess up some interpreters, if so, delete the comments.

I could have made it output the numbers as well, but the code would have been twice as long/slow(rough estimation).

x=y algorithm
if(x==0){code} algorithm
modulo division algorithm

###Java version There is also a proper version written in java, for those who don't know what brainfuck is.

About

Fizz buzz

License:MIT License