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
$ go run . | cat -e
G$
Invalid Output$
Invalid Input$
G$
Invalid Output$
Invalid Input$
```

4
subjects/printifnot/README.md

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

Loading…
Cancel
Save