Removing extra semicolon.

This commit is contained in:
sergiotarxz 2021-04-06 00:38:19 +02:00
parent b15b71d36c
commit 676d183c39
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2

View File

@ -37,7 +37,7 @@ begin
write(#9 + ARTICULOS[i]);
write(#10);
for i := 1 to Length(costo) do
begin;
begin
write(COSTES[i]);
for j := 1 to Length(costo[i]) do
begin