Module:Sandbox/cw5/sand/doc

< Module:Sandbox‎ | cw5/sand
Revision as of 21:46, 21 February 2020 by imported>Pppery
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Sandbox/cw5/sand

-- For unit tests, see Module:Bananas/testcases

local p = {}

function p.hello() return "Hello, world!" end

return p

-- Hello World!