hello world update

This commit is contained in:
Carlos Leon, Jr 2019-10-04 16:28:28 -07:00
parent cc479b5e70
commit 8d7a18a851
1 changed files with 1 additions and 1 deletions

View File

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