fa/examples/template.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

9 lines
138 B
Text

include 'std/lstd.fa' -- or std.fa
fun main [ str str int ] int eo
-- Your code...
%EXIT_SUCCESS
end
#main #exit -- or %exit