This Gist was automatically created by Carbide, a free online programming environment.
Forked from antimatter15/ Adding Probes.carbide.md
Last active
August 25, 2016 23:58
-
-
Save nayrangnu/65ee488ad0d6540fa1ae8566f69e46c1 to your computer and use it in GitHub Desktop.
Test
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