Rust Study Day1
Rust Study Day1 Rust Study Day1 1. Hello, world! 1.2. Run Hello, world! 2. Variables, functions and process controls 2.1. Variables 2.2. Functions
Rust Installtion
Rust Installation Open the WSL2 Install rust curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
Some info pops up when installation done.