From f37560ec0dd02a755979a6406b7ac55c35661601 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Wed, 29 Nov 2023 23:31:59 +0000 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..1c7489e --- /dev/null +++ b/hello.js @@ -0,0 +1 @@ +consol.log("Hello")