Module:Sandbox/cw5/sand/doc
< Module:Sandbox | cw5/sand
![]() | This is a documentation subpage for Module:Sandbox/cw5/sand. It may contain usage information, categories and other content that is not part of the original module page. |
-- For unit tests, see Module:Bananas/testcases
local p = {}
function p.hello() return "Hello, world!" end
return p
-- Hello World!