सामग्रीमा जानुहोस्

मोड्युल:Bananas

नेपाली विकिपुस्तकबाट, स्वतन्त्र पुस्तकालय

Documentation for this module may be created at मोड्युल:Bananas/doc

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

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

return p