commit
d5a2b0ed0a
|
@ -1,5 +1,5 @@
|
||||||
var helloWorld = function() {
|
var helloWorld = function() {
|
||||||
return ''
|
return 'Hello, World!'
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = helloWorld
|
module.exports = helloWorld
|
||||||
|
|
Loading…
Reference in New Issue