Delete test.lua

This commit is contained in:
2026-04-06 21:18:58 +00:00
parent 6451e59c3e
commit ce573c08a0

View File

@@ -1,10 +0,0 @@
local eplib = require("libs.entrypointlib")
local function test()
while true do
print(os.pullEvent("network_packet"))
eplib.send("test",9)
end
end
parallel.waitForAny(test,eplib.loop)