lang: Clean up test

This commit is contained in:
James Shubin
2023-10-11 17:56:01 -04:00
parent b8f8ec8aa3
commit 361b671799

View File

@@ -1,7 +1,4 @@
-- main.mcl -- -- main.mcl --
import "fmt"
import "iter"
$l1 = ["a", "b", "c",] $l1 = ["a", "b", "c",]
$l2 = [$l1, ["hello", "world",],] $l2 = [$l1, ["hello", "world",],]