From 6d7e88e3859d76c076a71b9b04a402cd2f2c4920 Mon Sep 17 00:00:00 2001 From: Justin5802 <93137213+Justin5802@users.noreply.github.com> Date: Thu, 9 Jun 2022 09:56:49 -0400 Subject: [PATCH] Update helloworld.js --- helloworld.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helloworld.js b/helloworld.js index 515a096..f412305 100644 --- a/helloworld.js +++ b/helloworld.js @@ -1 +1,2 @@ -// code your `hello` function here! \ No newline at end of file +// code your `hello` function here! +console.log("Hello world!");