mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 18:52:25 +00:00
7 lines
213 B
Lua
7 lines
213 B
Lua
package.path = "./com/?.lua;" .. package.path
|
|
|
|
print = function() end
|
|
io.write = function(...) end
|
|
io.stdout = function() return nil end
|
|
io.stderr = function() return nil end
|
|
io.read = function(...) return nil end |