fa/tests/passing/elipsis.fa
Ari Archer e0ae5aafc7
Fix type signatures
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-19 07:57:49 +03:00

8 lines
93 B
Text

include 'std/std.fa'
fun main [ str str int ] eo
...
%EXIT_SUCCESS %exit
end
#main