fix replace output with shell for language postfix
This commit is contained in:
committed by
Kristofer Koishigawa
parent
5e6ba79c04
commit
4a2b88b16e
@ -76,7 +76,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
Output:
|
Output:
|
||||||
```output
|
```shell
|
||||||
->1 2 3 4 5
|
->1 2 3 4 5
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
Output:
|
Output:
|
||||||
```output
|
```shell
|
||||||
->2 4
|
->2 4
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
Output:
|
Output:
|
||||||
```output
|
```shell
|
||||||
->1 1 2 2 3 3 4 4
|
->1 1 2 2 3 3 4 4
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -242,7 +242,7 @@ int main(void) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
output:
|
output:
|
||||||
```output
|
```shell
|
||||||
1
|
1
|
||||||
2
|
2
|
||||||
```
|
```
|
||||||
@ -264,7 +264,7 @@ int main(void) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
output:
|
output:
|
||||||
```output
|
```shell
|
||||||
1
|
1
|
||||||
2
|
2
|
||||||
4
|
4
|
||||||
|
Reference in New Issue
Block a user