Skip to content

Instantly share code, notes, and snippets.

@Neo-glitch
Created September 18, 2020 12:29
Show Gist options
  • Select an option

  • Save Neo-glitch/ff5713d8853da137f779c138f0720841 to your computer and use it in GitHub Desktop.

Select an option

Save Neo-glitch/ff5713d8853da137f779c138f0720841 to your computer and use it in GitHub Desktop.
dummy gist with simple add method
private int addNumbers(num1, num2){
result = num1 + num2;
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment