From 9caf1963d799cd417314362725e3a9457629b07a Mon Sep 17 00:00:00 2001 From: Rahul Dubey <45910545+rahuldubey99@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:12:19 +0530 Subject: [PATCH] Create helloworld.js --- helloworld.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld.js diff --git a/helloworld.js b/helloworld.js new file mode 100644 index 00000000..f2551d07 --- /dev/null +++ b/helloworld.js @@ -0,0 +1 @@ +console.log("Hello world")