Module:Test

From Minetest Wiki
Revision as of 17:45, 7 June 2022 by FnControlOption (talk | contribs) (FnControlOption changed the content model of the page Module:Test from "Scribunto" to "plain text")
Jump to navigation Jump to search
local p = {} function p.hello() return "Hello, world!" end return p