Update helloWorld.js
I added the answer instead of empty strings as solution must be added in the solutions branch.
This commit is contained in:
parent
e5a4a1d2eb
commit
19f6888688
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
var helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
}
|
||||
|
||||
module.exports = helloWorld
|
||||
module.exports = helloWorld
|
||||
|
|
Loading…
Reference in a new issue