Browse Source

Dav corrections

DEV-3241-DEV-3242-corewar
miguel 2 years ago
parent
commit
12d57a2f64
  1. 2
      subjects/nrune/README.md
  2. 2
      subjects/printstr/README.md

2
subjects/nrune/README.md

@ -2,7 +2,7 @@
### Instructions ### Instructions
Write a function that returns the nth `rune` of a `string`. If it's not possible it doesn't return anything. Write a function that returns the nth `rune` of a `string`. If not possible, it returns `0`.
### Expected function ### Expected function

2
subjects/printstr/README.md

@ -30,7 +30,7 @@ And its output :
```console ```console
$ go run . | cat -e $ go run . | cat -e
Hello World!$ Hello World!
$ $
``` ```

Loading…
Cancel
Save