imported>Swaare
Created page with 'local p = {} function p.hello(frame) return 'Hello' end return p'
 
(No difference)

Latest revision as of 19:36, 11 December 2020

Documentation for this module may be created at Module:Sandbox/Swaare/test/doc

local p = {}
function p.hello(frame)
    return 'Hello'
end
return p