Skip to content

Instantly share code, notes, and snippets.

@rbdixon
Created January 13, 2012 14:31
Show Gist options
  • Save rbdixon/1606496 to your computer and use it in GitHub Desktop.
Save rbdixon/1606496 to your computer and use it in GitHub Desktop.
Hello
#include <stdio.h>
int main(void) {
printf("Hello world.\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment