add string literals
[cc1516.git] / examples / test.spl
index e6a7f05..85acc01 100644 (file)
@@ -1,6 +1,3 @@
-Bool n = True;
-
-f(n) :: Int -> Int{
-       var m = n+1;
-       return n;
+main(){
+       var a = "hello world";
 }