diff --git a/01_helloWorld/helloWorld.js b/01_helloWorld/helloWorld.js index df27036..f91f8a8 100644 --- a/01_helloWorld/helloWorld.js +++ b/01_helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!' }; -module.exports = helloWorld; +module.exports = helloWorld; \ No newline at end of file