\#10 a writeln

This commit is contained in:
sergiotarxz 2021-04-06 17:52:46 +02:00
parent dcda6a1955
commit c110b1ea87
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ var
begin
for i := 1 to Length(ESTACIONES) do
write(' ' + ESTACIONES[i]);
write(#10);
writeln('');
for i := 1 to Length(cantidad) do
begin
write(ARTICULOS[i]);