Skip to content

Rsgm/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published