Browse Source

fix(printif + printifnot): make example coherent with subject

pull/2660/head
nprimo 3 months ago committed by Niccolò Primo
parent
commit
d945335743
  1. 4
      subjects/printif/README.md
  2. 4
      subjects/printifnot/README.md

4
subjects/printif/README.md

@ -39,7 +39,7 @@ And its output:
```console ```console
$ go run . | cat -e $ go run . | cat -e
G$ G$
Invalid Output$ Invalid Input$
G$ G$
Invalid Output$ Invalid Input$
``` ```

4
subjects/printifnot/README.md

@ -37,8 +37,8 @@ And its output:
```console ```console
$ go run . | cat -e $ go run . | cat -e
Invalid Output$ Invalid Input$
Invalid Output$ Invalid Input$
G$ G$
G$ G$
``` ```

Loading…
Cancel
Save