const helloWorldTask = (cb) => { console.log(`hello world!`); cb(); } exports.default = helloWorldTask;