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

wow fizbuz

Name: Anonymous 2015-04-27 1:55

the programming reddit is still talking about fizzbuzz

how fucking miserable is the programming scene?

Name: Anonymous 2016-08-22 22:18

#include <stdio.h>
int main(void){for
(int i=1;i<101;i++)
{if(!(i%3))printf
("FIZZ");if(!(i%5))
printf("BUZZ");if
(i%3&&i%5)printf
("%d",i);printf
("\n");}return 0;}

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