procedure Gnat.Io.P is begin Put(0);for I in 1..99999 loop Put(I'Img);end loop;end;