Module:Sandbox/Srflp: Difference between revisions
Appearance
Content deleted Content added
added my username |
No edit summary |
||
Line 1: | Line 1: | ||
-- srflp Google Code-in 2017, Introduction to Lua in Wikipedia |
-- srflp Google Code-in 2017, Introduction to Lua in Wikipedia |
||
-- [Lua task #03] Create your own Lua module on English Wikipedia |
|||
local p = {} |
|||
function p.hello(frame) |
|||
return "Hello!" |
|||
end |
|||
return p |