add in hello world

This commit is contained in:
seb7wake 2019-12-27 13:36:57 -05:00 committed by GitHub
parent f228d73f98
commit 2a78c0357a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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