Module:Sandbox/Andy M. Wang/Sandbox

This is an old revision of this page, as edited by Andy M. Wang (talk | contribs) at 01:42, 24 April 2016 (Created page with '-- For unit tests, see Module:Sandbox/Andy M. Wang/Sandbox/testcases local p = {} function p.hello() return "Hello, world!" end return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- For unit tests, see [[Module:Sandbox/Andy M. Wang/Sandbox/testcases]]
local p = {}

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

return p