Module:Sandbox/Every-leaf-that-trembles/hello1

Revision as of 16:34, 31 January 2016 by imported>Every-leaf-that-trembles (Initial creation for test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Every-leaf-that-trembles/hello1/doc

-- Initial test for my own use
local p={}

function p.helloruss()
   return "Hello, Russ"
end

return p