chore: clean up temp test directories

This commit is contained in:
2026-06-01 00:04:56 +03:00
parent ac8b25935f
commit e551951219
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -1,4 +0,0 @@
[Package]
Name = "test"
Version = "0.1.0"
Type = "bin"
-2
View File
@@ -1,2 +0,0 @@
import Std::Io::PrintLine;
func Main() -> int { PrintLine("foundation ok"); return 0; }