local M = {} function M.hw() print(_VERSION, "Hello World!") end return M