Skip to content

Instantly share code, notes, and snippets.

@bkutil
Created March 26, 2012 14:26
Show Gist options
  • Save bkutil/2205462 to your computer and use it in GitHub Desktop.
Save bkutil/2205462 to your computer and use it in GitHub Desktop.
A testing gist for embedding into the bootstrap theme for octopress
#include <stdio.h>
int main(void)
{
printf("Hello, world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment