Skip to content

Instantly share code, notes, and snippets.

@erik
Created January 16, 2011 17:26
Show Gist options
  • Save erik/781967 to your computer and use it in GitHub Desktop.
Save erik/781967 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void) {
printf("Hello world\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment