Skip to content

Instantly share code, notes, and snippets.

@noahadams
Created August 21, 2012 02:59
Show Gist options
  • Save noahadams/3411104 to your computer and use it in GitHub Desktop.
Save noahadams/3411104 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argc, char **argv) {
printf("Hello, World!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment