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 21:10:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f860821498
lune
/
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