Module:Hello

From Ephinea PSO Wiki
Revision as of 20:55, 30 April 2023 by Ryan (talk | contribs) (throwing this up to see if lua works at all xd)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

p = {}

function p.hello_world()
	return "Hello, world!"
end

return p