Module:Hello
From Landrace.Wiki - The Landrace Cannabis Wiki
More actions
Documentation for this module may be created at Module:Hello/doc
local p = {}
function p.hello()
return "hello from Lua"
end
return p
Documentation for this module may be created at Module:Hello/doc
local p = {}
function p.hello()
return "hello from Lua"
end
return p