Created
May 26, 2020 04:59
-
-
Save terroo/e48854ebfb48241b75cf3657719cc6c1 to your computer and use it in GitHub Desktop.
Olá, mundo! Com Deno
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
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