the pessimistic c programmer's first program:


#include <stdio.h>
int main(int argc, char **argv) {
  int to_my_maker = 0;
  printf("Goodbye, Cruel World.\n");
  return(to_my_maker);
}

*rimshot*

Log in or register to write something here or to contact authors.