Created
October 9, 2013 21:55
-
-
Save rssh/6909146 to your computer and use it in GitHub Desktop.
simle program, where variable names changes to undescore. (illustration for article)
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
int _ = 10; | |
int _ = 0; | |
for(int _ = 1; _ < _; ++x) { | |
_ += _; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment