Skip to content

Instantly share code, notes, and snippets.

@DeepSpawn
Created September 19, 2016 21:47
Show Gist options
  • Save DeepSpawn/1c6f08bb01e69a43aff64852b359dfde to your computer and use it in GitHub Desktop.
Save DeepSpawn/1c6f08bb01e69a43aff64852b359dfde to your computer and use it in GitHub Desktop.
private int add(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