Module:Test

From Rest of What I Know
Revision as of 08:29, 12 June 2024 by Roshan (talk | contribs) (Created page with "local p = {} function p.hello() return "Hello, Lua is working!" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

function p.hello()
    return "Hello, Lua is working!"
end

return p