This commit is contained in:
Костя 2025-06-27 13:27:09 +03:00
parent b0eb9c869a
commit 68be4c01bf
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ let chisloN: number = 3;
// } // }
for(let index = 1; index <= chisloN; index = index +1){ for(let index = 1; index <= chisloN; index = index +2){
DrawLine(index, chisloN -index); DrawLine(index, chisloN -index);
} }

File diff suppressed because one or more lines are too long