Skip to content

Instantly share code, notes, and snippets.

@eqdw
Created August 31, 2010 00:08
Show Gist options
  • Save eqdw/558277 to your computer and use it in GitHub Desktop.
Save eqdw/558277 to your computer and use it in GitHub Desktop.
def foo(bar, baz)
blah
blah
blah
end
compare with c equivalent:
int foo(int bar, int baz){
blah;
blah;
return blah;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment