Hello, World!
This commit is contained in:
parent
7c543b10fe
commit
19637d71d4
|
@ -1,5 +1,5 @@
|
|||
const helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
}
|
||||
|
||||
module.exports = helloWorld
|
Loading…
Reference in New Issue