odin-javascript-exercises/helloWorld/helloWorld.js
2018-08-07 11:25:16 +01:00

5 lines
75 B
JavaScript

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