Skip to content

Instantly share code, notes, and snippets.

@pawelsawicz
Created October 24, 2015 17:45
Show Gist options
  • Save pawelsawicz/d21218a076e4dad0a22b to your computer and use it in GitHub Desktop.
Save pawelsawicz/d21218a076e4dad0a22b to your computer and use it in GitHub Desktop.
public 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