Added Deno (#746)

This commit is contained in:
Akshay Joshi
2020-05-11 06:47:32 +05:30
committed by GitHub
parent a6539cefb2
commit dec457fe3d
2 changed files with 2 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Decimal](d/Decimal.dec)
* [Delphi](d/delphi.delphi)
* [Delphi](d/delphi.pas)
* [Deno](d/deno.ts)
* [Dis](d/dis.dis)
* [Divzeros](d/divzeros.dz)
* [Dna#](d/DNA%23.dna)

1
d/deno.ts Normal file
View File

@@ -0,0 +1 @@
console.log("Hello World");