12 lines
148 B
Text
12 lines
148 B
Text
include 'std/std.fa'
|
|
|
|
|
|
fun main [ str str int ] eo
|
|
null if
|
|
"Null is not truthy lmao" %error
|
|
end
|
|
|
|
%EXIT_SUCCESS %exit
|
|
end
|
|
|
|
#main
|