Documentation for this module may be created at Module:Sandbox/Witek1q2w3/doc
--Witek1q2w3 -- Witek1q2w3 Google Code-in 2019, Introduction to Lua in Wikipedia --Lua Task 2 - Working with modules local p = {} function p.hello( frame ) return "Hello, world!" end return p