This Gist was automatically created by Carbide, a free online programming environment.
Created
August 24, 2016 17:36
-
-
Save antimatter15/d885daecfd09d73280fec08b1cf86102 to your computer and use it in GitHub Desktop.
Adding Probes
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
function addone(x){ | |
return x + 1 | |
} | |
addone(addone(addone(addone(1)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment