Update helloWorld.js

This commit is contained in:
madhusoodananmk 2021-12-31 09:45:20 +05:30 committed by GitHub
parent 6b0e0e55e3
commit 93b0f180ef
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;