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

6 lines
48 B
ObjectPascal
Raw Permalink Normal View History

2024-07-13 15:19:22 -07:00
begin
if True then
Halt;
Print(1);
end.