From ee50124c157b7b7302d6b4968db210ebc04bd2dd Mon Sep 17 00:00:00 2001 From: Abdullah-Siddique <137615484+Abdullah-Siddique@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:32:37 +0600 Subject: [PATCH 1/4] 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..5dd518b --- /dev/null +++ b/main.js @@ -0,0 +1 @@ +console.log("Hello!") From c81d6562ea1fb2d1a383abeb4979266809978871 Mon Sep 17 00:00:00 2001 From: Abdullah-Siddique <137615484+Abdullah-Siddique@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:37:46 +0600 Subject: [PATCH 2/4] 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..5dd518b --- /dev/null +++ b/hello.js @@ -0,0 +1 @@ +console.log("Hello!") From 7f29d976bdd8637b95b6ab44e9306b3e8c5fe788 Mon Sep 17 00:00:00 2001 From: Abdullah-Siddique <137615484+Abdullah-Siddique@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:43:38 +0600 Subject: [PATCH 3/4] Create sum.js --- sum.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 sum.js diff --git a/sum.js b/sum.js new file mode 100644 index 0000000..a7eafee --- /dev/null +++ b/sum.js @@ -0,0 +1 @@ +console.log(1+1) From 3648e72aebefd4ebe4db73928b92d24f0698d550 Mon Sep 17 00:00:00 2001 From: Abdullah-Siddique <137615484+Abdullah-Siddique@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:47:31 +0600 Subject: [PATCH 4/4] Create yolo.js --- yolo.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 yolo.js diff --git a/yolo.js b/yolo.js new file mode 100644 index 0000000..2308674 --- /dev/null +++ b/yolo.js @@ -0,0 +1 @@ +console.log("I want yolo.")