This website requires JavaScript.
Explore
Help
Register
Sign in
DevComp
/
lune-packaging
Watch
1
Star
0
Fork
You've already forked lune-packaging
0
mirror of
https://github.com/CompeyDev/lune-packaging.git
synced
2025-01-10 12:39:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7c25c3319d
lune-packaging
/
.lune
/
modules
/
module.luau
8 lines
105 B
Lua
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
(
)
Update hello lune example
2023-02-06 18:10:52 +00:00
print
(
"
\n
Hello from a module! 🧩
\n
"
)
Initial commit
2023-01-19 01:47:14 +00:00
end
return
module
Reference in a new issue
Copy permalink