Module:Test

From stencil.wiki
Revision as of 21:38, 29 November 2024 by IssuePress (talk | contribs) (Created page with " local function hello() return "Hello, world!" end return { hello = hello }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

    local function hello()

        return "Hello, world!"

    end



    return { 

        hello = hello

    }