summaryrefslogtreecommitdiff
path: root/html/hello-world.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/hello-world.js')
-rw-r--r--html/hello-world.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/html/hello-world.js b/html/hello-world.js
new file mode 100644
index 0000000..03a10db
--- /dev/null
+++ b/html/hello-world.js
@@ -0,0 +1,3 @@
+/* Hello World */
+
+console.log("Hello World")