Module:Sandbox/AngC10: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
--AngC10 Google Code-in, Working with Modules |
--AngC10 Google Code-in, Working with Modules |
||
local p = {} -- p stands for package |
|||
function p.hello( frame ) |
|||
return "Hello, world!" |
|||
end |
|||
return p |