/rust

Primary LanguageRust

Rust

Polishing my Rust...

Install Rust: https://www.rust-lang.org/learn/get-started

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

To test the installation:

cargo --version

To build:

cargo build

To run:

cargo run