rust - githeim/windheim_archive GitHub Wiki
Rust install
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Create cargo
cargo new Hello
build
cd Hello
cargo run Hello
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo new Hello
build
cd Hello
cargo run Hello