Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sowamazing/488608f254dc1001f960d2325a44b3ab to your computer and use it in GitHub Desktop.
Save sowamazing/488608f254dc1001f960d2325a44b3ab to your computer and use it in GitHub Desktop.
int myNumber = DivideNumbers(1, 0);
private int DivideNumbers(x, y)
{
return x/y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment