Difference between revisions of "Module:Test"

From Minetest Wiki
Jump to navigation Jump to search
(Created page with "local p = {} function p.hello() return "Hello, world!" end return p")
 
(FnControlOption changed the content model of the page Module:Test from "Scribunto" to "plain text")
Tag: content model change
(No difference)

Revision as of 17:45, 7 June 2022

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