Skip to content

Instantly share code, notes, and snippets.

@davidrf
Last active September 26, 2019 22:36
Show Gist options
  • Save davidrf/f4fd05582f8722195525ca98930b1048 to your computer and use it in GitHub Desktop.
Save davidrf/f4fd05582f8722195525ca98930b1048 to your computer and use it in GitHub Desktop.
meow
hello = "world"
puts hello
const hello = 'world'
console.log(hello)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment