Documentation for this module may be created at Module:Test/doc
local function hello() return "Hello, world!" end return { hello = hello }