More actions
Technofied (talk | contribs) Test |
(No difference)
|
Latest revision as of 15:06, 23 May 2025
Documentation for this module may be created at Module:HelloWorld/doc
return {
greet = function(frame)
return "Hello from Lua!"
end
}