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
2025-03-04 19:21:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7699d06647
lune
/
.lune
/
modules
/
module.luau
8 lines
105 B
Lua
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-01-18 20:47:14 -05:00
local
module
=
{
}
Tweak module function name
2023-01-19 17:57:43 -05:00
function
module
.
sayHello
(
)
Update hello lune example
2023-02-06 13:10:52 -05:00
print
(
"
\n
Hello from a module! 🧩
\n
"
)
Initial commit
2023-01-18 20:47:14 -05:00
end
return
module
Reference in a new issue
Copy permalink