Solution hello world

This commit is contained in:
Codekacode 2020-07-01 23:03:50 -05:00
parent d690fbe453
commit 79602bac93
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const helloWorld = function() { const helloWorld = function() {
return '' return 'Hello, World!'
} }
module.exports = helloWorld module.exports = helloWorld