Skip to content

Instantly share code, notes, and snippets.

@colinyoung
Created June 19, 2012 17:23
Show Gist options
  • Save colinyoung/2955404 to your computer and use it in GitHub Desktop.
Save colinyoung/2955404 to your computer and use it in GitHub Desktop.
Recent gist
#include <stdio.h>
void main() {
printf("%s", "Hello world");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment