From c7e06dc12fc0b788c1890c2d27472d0413040452 Mon Sep 17 00:00:00 2001 From: Ayush Suryavanshi <113771722+AYUSHSURYAVANSHI@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:21: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 00000000..371fdfb1 --- /dev/null +++ b/hello.js @@ -0,0 +1 @@ +console.log('hello')