Skip to content

Instantly share code, notes, and snippets.

@maehrm
Created January 15, 2011 11:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save maehrm/780850 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void)
{
printf("Hello gist.el\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment