Update helloWorld.js
This commit is contained in:
parent
f228d73f98
commit
53e6d6d6a4
|
@ -1,5 +1,5 @@
|
|||
const helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
}
|
||||
|
||||
module.exports = helloWorld
|
||||
|
|
Loading…
Reference in New Issue