Update helloWorld.js

This commit is contained in:
Shannon 2018-03-23 13:59:10 -04:00 committed by GitHub
parent 4ac1a8df01
commit 2c3ff6a967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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