Difference between revisions of "User:Broono/sandbox/Module:Hello World"
Jump to navigation
Jump to search
(Created page with "local p = {} function p.sayHello() return 'Hello, world!' end return p") |
(No difference)
|
Latest revision as of 18:15, 16 April 2025
local p = {}
function p.sayHello()
return 'Hello, world!'
end
return p