From 42786c423beeb1ec01597c7cf8e3c88ad1f26665 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 20:17:32 +0200 Subject: [PATCH] Untested JavaScript --- javascript/helloworld.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 javascript/helloworld.js diff --git a/javascript/helloworld.js b/javascript/helloworld.js new file mode 100644 index 0000000..178f0ed --- /dev/null +++ b/javascript/helloworld.js @@ -0,0 +1 @@ +console.log('Hello World!'); \ No newline at end of file