odin-javascript-exercises/helloWorld/helloWorld.js
2017-11-24 14:23:16 -06:00

5 lines
No EOL
72 B
JavaScript

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