Hello, World.

18 03 2013

Obligatory first post. I’m dating myself I know, but this is how I would accomplish this programming feat if I had to write code today:

main()
{
   printf("Hello, World.\n");
}