This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
HelloWorld/Fa/helloWorld.fa
2022-07-13 05:41:44 +00:00

8 lines
95 B
Text

include 'std/std.fa'
fun main
"Hello, world!" ro %puts
%EXIT_SUCCESS %exit
end
#main