Module:Test: Difference between revisions

From Minetest
>FnControlOption
(FnControlOption changed the content model of the page Module:Test from "plain text" to "Scribunto")
 
(No difference)

Latest revision as of 09:46, 7 June 2022

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

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