Browse Source

update format

DEV-3198-new-go-exercise-get-digit-len
davidrobert99 2 years ago
parent
commit
0d19091ef5
  1. 3
      subjects/rpn/README.md

3
subjects/rpn/README.md

@ -52,7 +52,7 @@ For receiving arguments from the command line you should use something like:
### Usage
````console
```console
$ cargo run "1 2 * 3 * 4 +"
10
$ cargo run "1 2 3 4 +"
@ -64,4 +64,3 @@ $ cargo run " 1 3 * 2 -"
$ cargo run " 1 3 * ksd 2 -"
Error
```
````

Loading…
Cancel
Save