const helloWorld = function() { return '' }; module.exports = helloWorld; console.log("testing")