function helloWorld() { console.log("Hello World!") } module.exports = { helloWorld, };