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")