Add files via upload

This commit is contained in:
reddforman 2022-11-07 14:08:06 -05:00 committed by GitHub
parent a05d4d60c8
commit 11e60edb77
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() { const helloWorld = function() {
return '' return 'Hello, World!'
}; };
module.exports = helloWorld; module.exports = helloWorld;