diff --git a/helloWorld/helloWorld.js b/helloWorld/helloWorld.js index a41264d..a5de4ba 100644 --- a/helloWorld/helloWorld.js +++ b/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