-
[clean-tests.git] / array_fun / test.icl
diff --git a/array_fun/test.icl b/array_fun/test.icl
deleted file mode 100644 (file)
index 0669e87..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-module test
-
-import StdArray, StdEnum
-
-Start :: *{Int}
-Start = {createArray 10 0 & [i]=i\\i<-[0,2..9]}