Module:Test

From Minetest Wiki
Revision as of 17:46, 7 June 2022 by FnControlOption (talk | contribs) (FnControlOption changed the content model of the page Module:Test from "plain text" to "Scribunto")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p