Merge 2c3ff6a967
into 4ac1a8df01
This commit is contained in:
commit
d17e92c806
|
@ -1,5 +1,5 @@
|
|||
var helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
}
|
||||
|
||||
module.exports = helloWorld
|
Loading…
Reference in New Issue