Module:Test1
From LIMSWiki
Revision as of 21:40, 30 October 2013 by Dmacpherson (talk | contribs) (Created page with "local p = {} function p.hello( frame ) return "Hello, world!" end return p")
local p = {}
function p.hello( frame )
return "Hello, world!"
end
return p