bar.lua 74 B

1234567
  1. local t = {}
  2. t.greet = function()
  3. print("Bar: Hello!")
  4. end
  5. return t