Skip to content

Instantly share code, notes, and snippets.

Created March 21, 2014 07:36
Show Gist options
  • Save anonymous/9681394 to your computer and use it in GitHub Desktop.
Save anonymous/9681394 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main()
{
printf("hello");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment