Simplified index.md (#29285)
Simplified the logic of nested loops of pattern printing.
This commit is contained in:
committed by
Christopher McCormack
parent
edb04e891d
commit
e411dc3dc5
@ -130,7 +130,7 @@ int main() {
|
||||
for (int col = 0; col < cols; col++) {
|
||||
printf("%5d", arr[row][col]);
|
||||
}
|
||||
puts("");
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user