Module:Sandbox/Anirudh23042003: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 2:
 
-- Anirudh23042003 Google Code-In, Working with Modules
local p = {} -- p stands for package
 
function p.hello( frame )
return "Hello, world!"
end
 
return p