Advertisement
miio0405

Untitled

Mar 25th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. local module = {}
  2.  
  3. function module.Print()
  4.     print("Hello World")
  5. end
  6.  
  7.  
  8. return module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement