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