Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Example: Difference between revisions

From FiguraMC
PenguinEncounter (talk | contribs)
Created page with "local exports = {} function exports.test(ctx) return "Hello, world!" end return exports"
 
(No difference)

Latest revision as of 16:18, 28 September 2024

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

local exports = {}
function exports.test(ctx)
	return "Hello, world!"
end
return exports