Sem now prints Gamma
[cc1516.git] / examples / tempTest.spl
index a62e6e2..3658ca3 100644 (file)
@@ -40,5 +40,6 @@ main() {
     var f = plus(1);
     var z = map(f, 1:2:[]);
     var x = foldr(plus, 0, 1:2:[]);
+    print(x);
     return;
 }
\ No newline at end of file