Skip to content

Instantly share code, notes, and snippets.

@terroo
Created May 26, 2020 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terroo/e48854ebfb48241b75cf3657719cc6c1 to your computer and use it in GitHub Desktop.
Save terroo/e48854ebfb48241b75cf3657719cc6c1 to your computer and use it in GitHub Desktop.
Olá, mundo! Com Deno
console.log("Olá Deno!");
const deno = [" __" , " / _)" , " _.----._/ /" , " / /", " __/ ( | ( |" , "/__.-'|_|--|_|"]
var i;
for ( i = 0; i < deno.length ; i++ ){
console.log( deno[i] );
}
// deno run ola-deno.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment