Skip to content

Instantly share code, notes, and snippets.

@patricoferris
Created January 15, 2019 21:06
Show Gist options
  • Save patricoferris/fea1fffd06e5bfd1100244caf56bd168 to your computer and use it in GitHub Desktop.
Save patricoferris/fea1fffd06e5bfd1100244caf56bd168 to your computer and use it in GitHub Desktop.
int addTen(int a) {
return a + 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment