Module:Test1234

From Wiki Knowledge Base | Teltonika GPS
Revision as of 14:53, 29 November 2018 by Dziugas (talk | contribs) (Created page with "-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p")
(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