From 1c916bb04e292b34d93e37ffaefc2e3ef5e64b1e Mon Sep 17 00:00:00 2001 From: Kevin Mulhern Date: Sun, 5 Mar 2023 12:01:08 +0000 Subject: [PATCH] Testing CI Testing CI is point to the correct branch --- 01_helloWorld/helloWorld.js | 1 + 1 file changed, 1 insertion(+) diff --git a/01_helloWorld/helloWorld.js b/01_helloWorld/helloWorld.js index df27036..c82f9f4 100644 --- a/01_helloWorld/helloWorld.js +++ b/01_helloWorld/helloWorld.js @@ -3,3 +3,4 @@ const helloWorld = function() { }; module.exports = helloWorld; +console.log("testing")