Browse Source

Merge pull request #1321 from 01-edu/DEV-3120-issues-on-public

correcting errors found by students
DEV-3241-DEV-3242-corewar
MSilva95 2 years ago committed by GitHub
parent
commit
e164bf6767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      subjects/flags/README.md
  2. 2
      subjects/printstr/README.md

12
subjects/flags/README.md

@ -24,25 +24,25 @@ $ go run . --order 43a21
$ go run .
--insert
-i
This flag inserts the string into the string passed as argument.
This flag inserts the string into the string passed as argument.
--order
-o
This flag will behave like a boolean, if it is called it will order the argument.
This flag will behave like a boolean, if it is called it will order the argument.
$
$ go run . -h
--insert
-i
This flag inserts the string into the string passed as argument.
This flag inserts the string into the string passed as argument.
--order
-o
This flag will behave like a boolean, if it is called it will order the argument.
This flag will behave like a boolean, if it is called it will order the argument.
$
$ go run . --help
--insert
-i
This flag inserts the string into the string passed as argument.
This flag inserts the string into the string passed as argument.
--order
-o
This flag will behave like a boolean, if it is called it will order the argument.
This flag will behave like a boolean, if it is called it will order the argument.
$
```

2
subjects/printstr/README.md

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

Loading…
Cancel
Save