From de31c6fc87370ddd47de3c46a0f55e916b6aa447 Mon Sep 17 00:00:00 2001 From: miralp241 <44493123+miralp241@users.noreply.github.com> Date: Thu, 15 Oct 2020 11:10:42 +0530 Subject: [PATCH] Create hello.js --- hello.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.js diff --git a/hello.js b/hello.js new file mode 100644 index 0000000..796c4dc --- /dev/null +++ b/hello.js @@ -0,0 +1 @@ +console.log('Hello World'); // in JavaScript