Module:Sandbox/cw5/sand/doc: Difference between revisions
< Module:Sandbox | cw5/sand
imported>Pppery No edit summary |
(No difference)
|
Latest revision as of 21:46, 21 February 2020
-- For unit tests, see Module:Bananas/testcases
local p = {}
function p.hello() return "Hello, world!" end
return p
-- Hello World!