Monday, July 5, 2010

Hello World !


int main()
  {
      printf("Hello World!");
      return 0;
  }



Well... yeah, here it is

No comments:

Post a Comment