diff --git a/helloWorld/helloWorld.js b/helloWorld/helloWorld.js index cf8cd75..9029bef 100644 --- a/helloWorld/helloWorld.js +++ b/helloWorld/helloWorld.js @@ -1,5 +1,5 @@ var helloWorld = function() { - return '' + return 'Hello, World!' } -module.exports = helloWorld \ No newline at end of file +module.exports = helloWorld