Module:Sandbox/Komidore64/helloworld

From Shmups Wiki -- The Digital Library of Shooting Games
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")
(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.helloworld(frame)
   return "hello world"
end

return p