Jump to content

Module:Hello

From ANRC Universe

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

local p = {}

function p.main(frame)
	return "Lua works!"
end

return p