Module:Test

From stencil.wiki

Documentation for this module may be created at Module:Test/doc

    local function hello()

        return "Hello, world!"

    end



    return { 

        hello = hello

    }