local module = {} function module.hello() print("\nHello from a module! 🧩") end return module