13 lines
131 B
Text
13 lines
131 B
Text
include 'std/std.fa'
|
|
|
|
macro main
|
|
0 1 grt if
|
|
%EXIT_SUCCESS
|
|
else
|
|
%EXIT_FAILURE
|
|
end
|
|
|
|
%exit
|
|
end
|
|
|
|
%main
|