Module:Test

From ProleWiki, the proletarian encyclopedia
Revision as of 15:18, 30 June 2021 by Forte (talk | contribs)
local p = {};
local function go(frame)
	local str = "Test"
	return str
end
return p