local M = {} function M.hello() print("Hello, Gruber!") end return M