模組:Bananas

出自維基百科,自由嘅百科全書
模組解[]
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

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

return p