Hello, World!

Or, to put it in another way…:

#include <stdio.h>
int main()
{
  printf("Hello, World!\n");
  return 0;
}

Leave a Reply