Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

rate my fizzbuzz

Name: Anonymous 2013-03-28 15:46


begin(a,b)=1
fizzbuzz(n)=if(eq(n,101),0,begin(if(eq(%(n,15),0),output("FizzBuzz"),if(eq(%(n,5),0),output("Buzz"),if(eq(%(n,3),0),output("Fizz"),output(n)))),fizzbuzz(+(n,1))))
main()=fizzbuzz(1)

Name: Anonymous 2013-03-29 0:21

>>14
Poe's law, I can't even tell if you're trolling or the real thing.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List