From dec457fe3dc2abb20bcefb60c98b9c010d8759c4 Mon Sep 17 00:00:00 2001 From: Akshay Joshi <63743012+doozie-akshay@users.noreply.github.com> Date: Mon, 11 May 2020 06:47:32 +0530 Subject: [PATCH] Added Deno (#746) --- README.md | 1 + d/deno.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 d/deno.ts 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");