Skip to content

Instantly share code, notes, and snippets.

@siritori
Created December 10, 2011 05:24
Show Gist options
  • Save siritori/1454643 to your computer and use it in GitHub Desktop.
Save siritori/1454643 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argc, char *argv[]) {
puts("Hello, world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment