RosettaCodeData/Task/Program-termination/PascalABC.NET/program-termination.pas

6 lines
48 B
ObjectPascal

begin
if True then
Halt;
Print(1);
end.