Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 240 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 240 Bytes

postfix calc cli

This is a cli that evaluates a postfix expression.

Prerequisites

Install rust and cargo.

How to run

In the root directory, run cargo run followed by operators and operands.

Example: cargo run 1 3 + 2 / 6 x