Hello world for completeness

This commit is contained in:
billalp 2019-11-18 10:06:38 +00:00
parent d6c92dc457
commit 8d0c5066d0
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