Module:Sandbox/Komidore64/helloworld

From Shmups Wiki -- The Digital Library of Shooting Games
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