Module:Test Lua

From Livermore History Collaborative
Revision as of 13:28, 25 November 2025 by Bmcfann (talk | contribs) (Created page with "local p = {} function p.hello() return "Lua is running! [v5.1]" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Test Lua/doc

local p = {}

function p.hello()
  return "Lua is running! [v5.1]"
end

return p