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
1dc0ea67e3
lune-packaging
/
tests
/
stdio
/
write.luau
4 lines
68 B
Lua
Raw
Normal View
History
Unescape
Escape
Migrate tests to using new require builtins syntax and typedefs
2023-05-14 21:16:58 +01:00
local
stdio
=
require
(
"
@lune/stdio
"
)
Migrate console global to stdio
2023-02-06 05:13:12 +00:00
stdio.write
(
"
Hello, stdout!
"
)
Reference in a new issue
Copy permalink