A simple calculator using Rust programming language.
How to run
Make sure to have Rust language installed in your OS. Go to calculator directory, and run the command cargo build calculator on the terminal which the target/debug directory will be created. Now you can try some simple calculations on terminal e.g. target/debug/calculator 1 + 2.