Error creating thumbnail: File missing Join our Discord!
If you have been locked out of your account you can request a password reset here.

Module:HelloWorld

From Internet Movie Firearms Database - Guns in Movies, TV and Video Games
Revision as of 04:19, 24 October 2022 by Bunni (talk | contribs) (Created page with "local p = {} --p stands for package function p.hello( 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:HelloWorld/doc

local p = {} --p stands for package

function p.hello( frame )
    return "Hello, world!"
end

return p