Browse Source

Correcting Vowels-Index subject

fixDevirged
zainabdnaya 2 years ago
parent
commit
46b7df8c9e
  1. 10
      subjects/vowels-index/README.md

10
subjects/vowels-index/README.md

@ -31,10 +31,10 @@ func main() {
```
And its output :
```console
$ go run . | cat -e
1$
4$
6$
8$
$ go run .
1
4
6
8
```

Loading…
Cancel
Save