X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=examples%2Ftest.spl;h=85acc01047b51343f6d7fe31d668bb7d6b4c96eb;hb=e33962666f8af6a34432d57180eb322f4543eb78;hp=e6a7f05f6efc6101c55bcca32074d16ee131393b;hpb=0e3e968f772d6befb4dbe05f864caae4af84ea62;p=cc1516.git diff --git a/examples/test.spl b/examples/test.spl index e6a7f05..85acc01 100644 --- a/examples/test.spl +++ b/examples/test.spl @@ -1,6 +1,3 @@ -Bool n = True; - -f(n) :: Int -> Int{ - var m = n+1; - return n; +main(){ + var a = "hello world"; }