Skip to content

Instantly share code, notes, and snippets.

@housemeow
Created September 21, 2014 14:47
Show Gist options
  • Save housemeow/5c537a90d0345483bb83 to your computer and use it in GitHub Desktop.
Save housemeow/5c537a90d0345483bb83 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