Module:Sandbox/Komidore64/helloworld
Revision as of 20:45, 16 December 2020 by Komidore64 (talk | contribs)
Documentation for this module may be created at Module:Sandbox/Komidore64/helloworld/doc
local p = {}
function p.main(frame)
return "hello world"
end
return p