Skip to content

Instantly share code, notes, and snippets.

@idiottiger
Created September 24, 2013 07:22
Show Gist options
  • Save idiottiger/6681385 to your computer and use it in GitHub Desktop.
Save idiottiger/6681385 to your computer and use it in GitHub Desktop.
test the gist show in the blogspot
// test the gist file show in the blogspot
#include <stdio.h>
int main(){
println("hello world");
exit(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment