1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-11 05:50:53 +01:00
lune/tests/stdio/ewrite.luau
2023-06-08 11:21:00 +02:00

6 lines
127 B
Text

local process = require("@lune/process")
local stdio = require("@lune/stdio")
stdio.ewrite("Hello, stderr!")
process.exit(0)