doing asignment

doing asignment
This commit is contained in:
ab-sow 2021-08-15 10:19:07 +01:00 committed by GitHub
parent 137636a425
commit 95dafe9d65
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;