Rust CLI four function calculator I used to learn rust
- Clone this repository git clone https://github.com/SirAlienTheGreat/four-function-calculator
- Install rust either curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh or download and run the windows installer at https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
- cd into the folder where you cloned this repo
- Build cargo build
- Move into relase folder cd target/release
- Run the program ./four_function_calculator