diff --git a/test.luau b/test.luau deleted file mode 100644 index 0a16ec9..0000000 --- a/test.luau +++ /dev/null @@ -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}`)