Module:Test: Difference between revisions
Jump to navigation
Jump to search
(Playing around with Scribunto) |
(No difference)
|
Revision as of 02:08, 14 June 2020
Documentation for this module may be created at Module:Test/doc
local p = {};
p.hello = function (frame)
return "Hello, world!"
end
return p