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