Difference between revisions of "Module:Test1234"

From Wiki Knowledge Base | Teltonika GPS
(Created page with "-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p")
(No difference)

Revision as of 15:53, 29 November 2018


-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

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

return p