Remove temp test file

This commit is contained in:
Filip Tibell 2025-04-28 14:20:57 +02:00
parent 68d1c2bb39
commit 752f5496cf
No known key found for this signature in database

View file

@ -1,7 +0,0 @@
local net = require("@lune/net")
local handle = net.serve(8080, function()
return "Hello, World!"
end)
print(`Server started on {handle.ip}:{handle.port}`)