Created
August 2, 2016 15:50
-
-
Save betweenbrain/4fcc55464dae787391158d9edcedbda2 to your computer and use it in GitHub Desktop.
Insanity, in code
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
var doNothing = true; | |
If(doNothing){ | |
for(var i = 0, i <> sane, i++){ | |
doNothingAgainAndExpectADifferentResult(i); | |
} | |
} |
Author
betweenbrain
commented
Aug 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment