This repo is me learning the Rust programming language. By making a terminal app that will take user input and calculate the Area of different Shapes
Clone the repository with:
git clone {SSH/HTTPS}
Ensure you have Rust installed then proceed into the repository.
You can then run the code via:
cargo build
This will run the application in the terminal.
- While Loop for application rather than end after each usage.
- Learning Unit and Component Testing
- API application to serve to front end?