Jump to content

Module:Sandbox/Gitgit123hub/test

From Wikipedia, the free encyclopedia
This is an old 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 revision, which may differ significantly from the current revision.

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