Module:Hello: Difference between revisions

From Ephinea PSO Wiki
(throwing this up to see if lua works at all xd)
 
(No difference)

Latest revision as of 20:55, 30 April 2023

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

p = {}

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

return p