Skip to content

Instantly share code, notes, and snippets.

@cbrake
Created March 23, 2012 17:46
Show Gist options
  • Save cbrake/2173131 to your computer and use it in GitHub Desktop.
Save cbrake/2173131 to your computer and use it in GitHub Desktop.
testing
function(int a, char * b) {
printf("Hello world\n");
}
printf("hi");
@cbrake
Copy link
Author

cbrake commented Mar 23, 2012

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment