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