odin-javascript-exercises/helloWorld/helloWorld.js
Tatiana b2f2211321 Revert "Resolve merge conflicts"
This reverts commit 61338e0ca0, reversing
changes made to b9983073cc.
2021-05-08 11:27:13 -07:00

5 lines
75 B
JavaScript

const helloWorld = function() {
return ''
}
module.exports = helloWorld