模块:Bananas

出自维基百科,自由个百科全书

可在模块:Bananas/doc创建此模块的帮助文档

-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

function p.hello()
	return "Hello, world!"
end

return p