674fcf8e56
This reverts commit 2eb02ea212
.
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
const helloWorld = function() {
|
|
return 'Yello Wold!'
|
|
}
|
|
|
|
module.exports = helloWorld
|