Merge pull request #120 from vrarora/patch-1

Update helloWorld.js
This commit is contained in:
xandora 2020-12-23 07:27:26 +13:00 committed by GitHub
commit d5a2b0ed0a
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