Skip to content

Instantly share code, notes, and snippets.

@rbnpercy
Created November 11, 2019 11:22
Show Gist options
  • Save rbnpercy/0eee2112628ad6b4cf97a1505c0c1c6a to your computer and use it in GitHub Desktop.
Save rbnpercy/0eee2112628ad6b4cf97a1505c0c1c6a to your computer and use it in GitHub Desktop.
int addTwoIntegers(int a, int b)
{
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment