Module:Test: Difference between revisions

From stencil.wiki
(Created page with " local function hello() return "Hello, world!" end return { hello = hello }")
 
(No difference)

Latest revision as of 21:38, 29 November 2024

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

    local function hello()

        return "Hello, world!"

    end



    return { 

        hello = hello

    }