Browse Source

docs(rpn): remove unnecessary line

pull/1104/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
ffcb6be164
  1. 1
      subjects/rpn/README.md

1
subjects/rpn/README.md

@ -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:

Loading…
Cancel
Save