Jump to content

Module:Sandbox/Sapph/My time

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Sapph (talk | contribs) at 18:10, 13 March 2017 (Created page with 'local p = {} function p.hello( frame ) return "Hello, world!" end return p'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

function p.hello( frame )

   return "Hello, world!"


end

return p