Update helloWorld.js

This commit is contained in:
SamihaSyeed 2021-08-27 17:01:29 +05:30 committed by GitHub
parent cb3cfd9c0c
commit be711da3ec
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,6 +1,6 @@
const helloWorld = function() { const helloWorld = function() {
return 'Hello, World!' return 'Hello, World!'
} };
module.exports = helloWorld module.exports = helloWorld;