From 82f302f34ff8522d1f3cde6e4cbc36d1743b4584 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 5 Oct 2022 08:41:46 -0300 Subject: [PATCH] Create hello-world.js --- labs/L08/hello-world.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 labs/L08/hello-world.js diff --git a/labs/L08/hello-world.js b/labs/L08/hello-world.js new file mode 100644 index 0000000..b8c57fe --- /dev/null +++ b/labs/L08/hello-world.js @@ -0,0 +1 @@ +console.log("Hello World") \ No newline at end of file