Skip to content

module hello world

John Erling Blad edited this page Mar 18, 2019 · 1 revision

Module:Hello World

This is a complete Hello World that can be used to create a module page.

local p = {}
function p.hello()
  return 'Hello'
end
return p
Clone this wiki locally