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