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

Loading…
Cancel
Save