completed hello world exercise
This commit is contained in:
parent
15f1b82b57
commit
c0bb65c05c
|
@ -1,5 +1,5 @@
|
|||
const helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
};
|
||||
|
||||
module.exports = helloWorld;
|
||||
|
|
Loading…
Reference in New Issue