Skip to content

Instantly share code, notes, and snippets.

@jonathanlurie
Last active January 20, 2022 13:45
Show Gist options
  • Save jonathanlurie/6dd550ca1c93d53198dcc0c87f453674 to your computer and use it in GitHub Desktop.
Save jonathanlurie/6dd550ca1c93d53198dcc0c87f453674 to your computer and use it in GitHub Desktop.
function main() {
console.log(12)
}

This is some js

function main() {
  console.log(12) 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment