Created
April 28, 2017 12:55
-
-
Save johnib/85e0de121d47b84364dfef16b930d3e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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