Skip to content

Instantly share code, notes, and snippets.

@314maro
Created December 23, 2012 16:57
Show Gist options
  • Save 314maro/4364369 to your computer and use it in GitHub Desktop.
Save 314maro/4364369 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