This Gist was automatically created by Carbide, a free online programming environment.
Created
August 7, 2016 22:02
-
-
Save carbide-public/d26e91b804a0879df60c90041c691e7a to your computer and use it in GitHub Desktop.
Hello World
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
420 ///BLAZE IT! |
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
///Hello **darkness** my old _friend_, I have come to talk with you again.... | |
function addone(x){ ///**Define** a function which increments a number | |
return x + 1 | |
} | |
addone(addone(addone(addone(4)))) ///**Inspect** all the intermediate values |
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
doc.save() ///Save things to the magical cloud |
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
can we fork please |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment