diff --git a/subjects/rpn/README.md b/subjects/rpn/README.md index 69a4734ca..d73cade95 100644 --- a/subjects/rpn/README.md +++ b/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: