Skip to content

Instantly share code, notes, and snippets.

@msszczep
Created March 10, 2016 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msszczep/f327c2f46d1503361a1b to your computer and use it in GitHub Desktop.
Save msszczep/f327c2f46d1503361a1b to your computer and use it in GitHub Desktop.
Two hard problems
for (i=0; i< 2; i++) {
if (i == 0) {printf "naming";}
if (i == 1) {invalidate_cache;}
if (i == 2) {printf "off by 1 error";}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment