7 lines
76 B
ObjectPascal
7 lines
76 B
ObjectPascal
|
|
begin
|
||
|
|
try
|
||
|
|
raise new System.Exception('Ha-ha');
|
||
|
|
finally
|
||
|
|
writeln(1);
|
||
|
|
end;
|
||
|
|
end.
|