Remove temporary _test_net directory

This commit is contained in:
2026-06-05 20:32:27 +03:00
parent ba9f5dfd05
commit 6d4543ead9
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -1 +0,0 @@
[Package]
-5
View File
@@ -1,5 +0,0 @@
import Std::Net;
func Main() -> int {
let fd: int = Net::Create();
return 0;
}