Skip to content

Instantly share code, notes, and snippets.

@digitalbocca
Last active January 27, 2020 11:20
Show Gist options
  • Save digitalbocca/af6829d13b2e81f3d236e781732ed7cb to your computer and use it in GitHub Desktop.
Save digitalbocca/af6829d13b2e81f3d236e781732ed7cb to your computer and use it in GitHub Desktop.
Um script para teste do deno
const msg = () => console.log('Hello World!')
console.clear()
for (let i = 0; i < 10; i++) {
msg()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment