19f6888688
I added the answer instead of empty strings as solution must be added in the solutions branch.
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
var helloWorld = function() {
|
|
return 'Hello, World!'
|
|
}
|
|
|
|
module.exports = helloWorld
|