Skip to content

Instantly share code, notes, and snippets.

@rssh
Created October 9, 2013 21:55
Show Gist options
  • Save rssh/6909146 to your computer and use it in GitHub Desktop.
Save rssh/6909146 to your computer and use it in GitHub Desktop.
simle program, where variable names changes to undescore. (illustration for article)
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