Hello, World!

This commit is contained in:
Mohammed Nabeel 2020-07-16 08:16:24 +03:00
parent f2ff635fcf
commit 0f2c4f68b2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
const helloWorld = function() {
return ''
return 'Hello, World!'
}
module.exports = helloWorld
module.exports = helloWorld