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

6 lines
75 B
JavaScript

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