docs(rpn): remove unnecessary line

This commit is contained in:
davhojt 2022-05-25 20:33:48 +03:00 committed by Dav Hojt
parent 4722096da8
commit ffcb6be164
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ Write a **program** which takes a `string` containing an equation written in `Re
The following operators must be implemented : `+`, `-`, `*`, `/`, and `%`.
All the given operands must fit in a `i64`.
Examples of formulas converted in RPN: