Module:Bananas/sandbox

From Wikivoyage
Jump to navigation Jump to search

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

local p = {}

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

return p