From f08916310e60fd2af85edc364ee167e1063f222e Mon Sep 17 00:00:00 2001 From: wayne1029 Date: Sun, 2 Mar 2025 11:09:42 +0000 Subject: [PATCH] Updated lab0.js to print Hello world! --- lab0/lab0.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lab0/lab0.js b/lab0/lab0.js index e69de29..940a3ff 100644 --- a/lab0/lab0.js +++ b/lab0/lab0.js @@ -0,0 +1 @@ +console.log("Hello world!");