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

Code off

Name: Anonymous 2009-07-28 13:59

Welcome to the first annual /prog/ Code off !

The language will be C.

Compeptitors include (in no particular order):

Mr. Ribs
Xarn
FV
Anonymous
W. T. Snacks

Rumor has it, that there may be a special guest appearance from either The Sussman or
Leah Culver.

What's the point of this, you ask?

It's to determine who is an EXPERT PROGRAMMER.

Marking criteria:

Optimization
Elegance

Bonus marks:
indentation

Good luck!

Name: Anonymous 2009-07-29 4:47

#include <stdlib.h>
#include <stdio.h>

// i love you /prog/  <3

void FFF() {
  for(;;){
    putchar('F');
    FFF();
}}

void main() {
  puts("did i win the contest ?");
  char answer = getchar();
  if(answer == 121) {
    puts("oh thank you /prog/ , it is a great honor for me , i want to thank my family , friends , producer , my dog, the sussman , anal tourning , ronald macdonald, the snake , guido and the ginger and last but not least all the other fucks i forgot .");
    exit(0);

  }
  else {
    FFF();
  }
}

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