Skip to content

Instantly share code, notes, and snippets.

@tuannguyenssu
Created July 8, 2019 01:34
Show Gist options
  • Save tuannguyenssu/d30b234fb2dac7af7e5496e334274f5c to your computer and use it in GitHub Desktop.
Save tuannguyenssu/d30b234fb2dac7af7e5496e334274f5c to your computer and use it in GitHub Desktop.
public static class MathUtilities
{
public static 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