4 lines
86 B
Text
4 lines
86 B
Text
|
let main =
|
||
|
if (failure 0) then { print error_message }
|
||
|
else { exit EXIT_FAILURE }
|