add
This commit is contained in:
parent
b0eb9c869a
commit
68be4c01bf
|
@ -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
Loading…
Reference in New Issue