模組:Example

出自竹園Wiki
跳至導覽 跳至搜尋

此模組的說明文件可於模組:Example/doc建立

-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p