Created
November 20, 2018 18:14
-
-
Save zawhtutwin/68d25b294edfe5f7089c1b82c4e50536 to your computer and use it in GitHub Desktop.
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
displayGreeting = -> | |
console.log 'Hello, world!' | |
displayGreeting() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment