Refactor echo functionality: add new echo implementation, remove deprecated echo?b1 file, and update preparation script

This commit is contained in:
alex
2025-06-23 13:47:59 +03:00
parent 241809025d
commit 973c060e5f
3 changed files with 5 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
package.path = "./com/?.lua;" .. package.path
print = function() end
io.write = function(...) end
io.stdout = function() return nil end