Created
May 9, 2011 02:02
-
-
Save agoodman/961917 to your computer and use it in GitHub Desktop.
Real world example of "new guy" fail
This file contains 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
// if you don't know why this doesn't compile, find another job | |
int tBrains = 9; | |
if( tBrains<10 ) { | |
int tZombies = 1; | |
} | |
tZombies += tBrains; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment