Skip to content

Instantly share code, notes, and snippets.

@johnib
Created April 28, 2017 12:55
Show Gist options
  • Save johnib/85e0de121d47b84364dfef16b930d3e6 to your computer and use it in GitHub Desktop.
Save johnib/85e0de121d47b84364dfef16b930d3e6 to your computer and use it in GitHub Desktop.
[PlusPlus]
public int ReturnOne()
{
return 1;
}
ReturnOne(); // returns '2';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment