Wednesday, September 22, 2010

HELLO WORLD

#include <stdio.h>

int main() {
  printf("HELLO WORLD!\n");
  return 0;
}

1 comment: