Module:Random: Difference between revisions

From MuttWiki
Jump to navigationJump to search
testing
(No difference)

Revision as of 03:48, 22 February 2025

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

local p = {}

function p.test(frame)
	return "This is a test!"
end

return p