Module:Sandbox/cw5/sand/doc

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>Pppery at 21:46, 21 February 2020. The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

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

return p

-- Hello World!