Skip to content

Instantly share code, notes, and snippets.

@futureshocked
Created August 12, 2015 07:39
Show Gist options
  • Save futureshocked/980b11f34634cefb3359 to your computer and use it in GitHub Desktop.
Save futureshocked/980b11f34634cefb3359 to your computer and use it in GitHub Desktop.
int do_a_calc(int a, int b){
int c = a + b;
return c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment