Difference between revisions of "Module:Test"

From Idlescape Wiki
Jump to navigation Jump to search
(test)
 
(No difference)

Latest revision as of 22:43, 9 February 2022

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

local p = {}
 
function p.hello( frame )
    return "Hello, world!"
end
 
return p