Browse Source

remove changes i did in printstr

fixDevirged
MSilva95 2 years ago
parent
commit
e9995f5f87
  1. 4
      subjects/printstr/README.md

4
subjects/printstr/README.md

@ -2,7 +2,7 @@
### Instructions ### Instructions
- Write a function that prints one by one the characters of a `string` on the screen. The output must be followed by a new line at the end. - Write a function that prints one by one the characters of a `string` on the screen.
### Expected function ### Expected function
@ -30,7 +30,7 @@ And its output :
```console ```console
$ go run . | cat -e $ go run . | cat -e
Hello World!$ Hello World!
$ $
``` ```

Loading…
Cancel
Save