Skip to content

Instantly share code, notes, and snippets.

@nayrangnu
Forked from antimatter15/ Adding Probes.carbide.md
Last active August 25, 2016 23:58
Show Gist options
  • Save nayrangnu/65ee488ad0d6540fa1ae8566f69e46c1 to your computer and use it in GitHub Desktop.
Save nayrangnu/65ee488ad0d6540fa1ae8566f69e46c1 to your computer and use it in GitHub Desktop.
Test
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