Module:Test: Difference between revisions

From Rest of What I Know
Created page with "local p = {} function p.hello() return "Hello, Lua is working!" end return p"
 
(No difference)

Latest revision as of 08:29, 12 June 2024

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

local p = {}

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

return p