diff --git a/README.md b/README.md index 47e04a98..6cef146d 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/d/deno.ts b/d/deno.ts new file mode 100644 index 00000000..accefceb --- /dev/null +++ b/d/deno.ts @@ -0,0 +1 @@ +console.log("Hello World");