A Rust based CLI calculator app
To run this project, simply cd
into its directory and perform the command:
$ cargo run
If you have any changes in mind or improvements that you would like to see, feel free to contribute to this project.
Here are the following steps you should take to contribute to this project:
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that your changes can be reviewed
Be sure to merge the latest from "upstream" before making a pull request!