Last active
January 24, 2017 17:50
-
-
Save iampava/32ca028c8b0646f24d3ce92236d8bdde to your computer and use it in GitHub Desktop.
Skydiving through the Promise Land - sync
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
console.log("I'm blocking you, but just a little!"); | |
while(true){ | |
console.log("I'm blocking you FOREVER, haha!"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment