This Gist was automatically created by Carbide, a free online programming environment.
-
-
Save antimatter15/2a4fb5a886c76252b464510e97b86809 to your computer and use it in GitHub Desktop.
Hello World
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
420 ///BLAZE IT! |
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
///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 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
doc.save() ///Save things to the magical cloud |
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
can we fork please |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment