5 lines
48 B
ObjectPascal
5 lines
48 B
ObjectPascal
begin
|
|
if True then
|
|
Halt;
|
|
Print(1);
|
|
end.
|