Skip to content

Instantly share code, notes, and snippets.

@roberts-sandbox
Created December 14, 2012 08:31
Show Gist options
  • Save roberts-sandbox/4283651 to your computer and use it in GitHub Desktop.
Save roberts-sandbox/4283651 to your computer and use it in GitHub Desktop.
test
#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