From ffcb6be164b0f6561c619a911d3c4779544959f8 Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 25 May 2022 20:33:48 +0300 Subject: [PATCH] docs(rpn): remove unnecessary line --- subjects/rpn/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/subjects/rpn/README.md b/subjects/rpn/README.md index 69a4734c..d73cade9 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: