Update wrong output of the example of code (#22530)

This commit is contained in:
Miftah Mizwar
2018-11-14 09:07:32 +07:00
committed by Manish Giri
parent f478488859
commit 9e5b352a86

View File

@ -43,6 +43,7 @@ int main () {
> Item on index 1 is 2
> Item on index 2 is 3
> Item on index 3 is 4
> Item on index 4 is 5
```
## Example for printing star pattern for pyramid
```c