Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created November 22, 2017 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/35360caceef5ceed6ab11fbb6fe21f34 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/35360caceef5ceed6ab11fbb6fe21f34 to your computer and use it in GitHub Desktop.
public int Add(int num1, int num2)
{
int result = num1 + num2;
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment