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

Pages: 1-

Fizzbuzz

Name: Anonymous 2013-09-06 5:18

IF YOU SEE THIS POST WHILE SCROLLING THE FIRST PAGE

You have been visited by the Dennis Ritchie of Happiness

Good Luck & Prosperity will come to you but only if you implement fizzbuzz in a language of your choosing in this thread.

Name: Anonymous 2013-09-06 5:47

for x in [1..100]
  switch(x%3,x%5)
    case (0,0)
      print("fizzbuzz")
    case (0,_)
      print("fizz")
    case (_,0)
      print("buzz")
    case (_,_)
      print(x)
  end
end

Name: Anonymous 2013-09-06 10:01

case (_,_)
Cute loli butt

Name: Anonymous 2013-09-06 17:09

Why the retardedly easy programming "challenge", OP?

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