Jump to content

Module:AbhishekTests

Revision as of 04:13, 22 May 2025 by Abhishek.it (talk | contribs) (Created page with "return { hello = function() return "Hello from Lua!" end }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

return {
  hello = function()
    return "Hello from Lua!"
  end
}