From 902f44add3aa627c6b9395f06ae57d5d804bd3c6 Mon Sep 17 00:00:00 2001 From: ianuraggavhane <77688394+Anurag6596@users.noreply.github.com> Date: Sat, 16 Sep 2023 03:18:41 +0530 Subject: [PATCH 1/2] 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..7728117 --- /dev/null +++ b/hello.js @@ -0,0 +1 @@ +console.log("hello") From 50b02a4daea9b412fe37c802315af1ac91f1085c Mon Sep 17 00:00:00 2001 From: ianuraggavhane <77688394+Anurag6596@users.noreply.github.com> Date: Sat, 16 Sep 2023 03:20:00 +0530 Subject: [PATCH 2/2] Create main.js --- main.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.js diff --git a/main.js b/main.js new file mode 100644 index 0000000..28f27a1 --- /dev/null +++ b/main.js @@ -0,0 +1 @@ +console.log("world")