finshed helloWorld and repeatStirng

This commit is contained in:
Harprit Singh 2020-04-26 15:05:08 +02:00
parent 26d610ca6e
commit 5ae1a0ac87
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