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