diff --git a/test.lua b/test.lua deleted file mode 100644 index d999ecb..0000000 --- a/test.lua +++ /dev/null @@ -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) \ No newline at end of file