Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created June 4, 2017 05:29
Show Gist options
  • Save agustarc/76234b432668f06ea9821763928c8f83 to your computer and use it in GitHub Desktop.
Save agustarc/76234b432668f06ea9821763928c8f83 to your computer and use it in GitHub Desktop.
public int sum(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