Module:Bananas: Difference between revisions

From VistApedia
Jump to navigationJump to search
Created page with "local p = {} function p.hello( frame ) return "Hello, world!" end return p"
 
(No difference)

Latest revision as of 18:09, 28 March 2019

local p = {}

function p.hello( frame )

   return "Hello, world!"

end

return p