зеркало из https://github.com/microsoft/Reactors.git
0bff5ab646 | ||
---|---|---|
.. | ||
src | ||
Cargo.lock | ||
Cargo.toml | ||
Intro-to-Rust.pptx | ||
README.md |
README.md
Rust 101
Here you can find learning material for the Intro to Rust workshop.
Installation steps
Install Rust
- Confirm that you have installed Rust successfully by typing:
rustc --version
on the command line - Confirm that you have Cargo, the build and package manager by typing:
cargo --version
on the command line
To run the demo
- Make sure you are in this directory: Reactors/online-event-resources/web-development/rust101
- From the command line type:
cargo run
- Guess a number until you win the game!