Skip to content

Instantly share code, notes, and snippets.

@angryyogurt
Created August 2, 2013 12:19
Show Gist options
  • Select an option

  • Save angryyogurt/6139471 to your computer and use it in GitHub Desktop.

Select an option

Save angryyogurt/6139471 to your computer and use it in GitHub Desktop.
test
#include<stdio.h>
int main(){
printf("Hello World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment