Module:User:Mr. Stradivarius/sandbox2

From Wikipedia, the free encyclopedia
local p = {}

function p.main()
	return "foo"
end

return p