Browse Source

Update README.md

error reported during exam. temporary correction while the exam is in progress. May change the tests later to readapt.
pull/823/head
Christopher Fremond 3 years ago committed by GitHub
parent
commit
14df0a1bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/cleanstr/README.md

4
subjects/cleanstr/README.md

@ -12,7 +12,7 @@ A "word" is defined as a part of a `string` delimited either by spaces/tabs, or
by the start/end of the `string`.
If the number of arguments is not 1, or if there are no words to display, the
program displays nothing.
program displays a newline("`\n`").
### Usage :
@ -22,7 +22,9 @@ you see it's easy to display the same thing$
$ go run . " only it's harder "
only it's harder$
$ go run . " how funny" "Did you hear Mathilde ?"
$
$ go run . ""
$
```

Loading…
Cancel
Save