Jump to content

Module:Sandbox/Gitgit123hub/test

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Gitgit123hub (talk | contribs) at 10:23, 12 November 2017. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}
function p.test()
	return os.tmpname()
end
return p