From f845fac15672ba0927351e9804302a7ee62d5030 Mon Sep 17 00:00:00 2001 From: Vipul Bhardwaj Date: Sun, 7 Oct 2018 20:08:34 +0530 Subject: [PATCH] Create hello-world.js --- vipul-11/hello-world.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 vipul-11/hello-world.js diff --git a/vipul-11/hello-world.js b/vipul-11/hello-world.js new file mode 100644 index 0000000..accefce --- /dev/null +++ b/vipul-11/hello-world.js @@ -0,0 +1 @@ +console.log("Hello World");