This website requires JavaScript.
Explore
Help
Register
Sign in
lune-org
/
lune
Watch
1
Star
1
Fork
You've already forked lune
0
mirror of
https://github.com/lune-org/lune.git
synced
2024-12-12 13:00:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
af3d022f5d
lune
/
.lune
/
module.luau
8 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-01-19 01:47:14 +00:00
local module = {}
Tweak module function name
2023-01-19 22:57:43 +00:00
function module.sayHello()
Initial commit
2023-01-19 01:47:14 +00:00
print("\nHello from a module! 🧩")
end
return module
Reference in a new issue
Copy permalink