Module:Sandbox/Komidore64/helloworld

From Shmups Wiki -- The Digital Library of Shooting Games
Revision as of 20:45, 16 December 2020 by Komidore64 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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