The Palavering Proffitt

  • Home
  • About
  • GitHub
  • Projects
  • Twitter

Hello World

2013-04-12 23:34

This being my first post, it feels right to include a hello world program.

#include "stdio.h"

int main(int argc, char* argv[])
{
    printf("Hello World!\n");
    return 0;
}
RSS Feed | © 2014 Justin Proffitt