Last active
September 26, 2019 22:36
-
-
Save davidrf/f4fd05582f8722195525ca98930b1048 to your computer and use it in GitHub Desktop.
meow
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 = "world" | |
puts hello |
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
const hello = 'world' | |
console.log(hello) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment