scorix / learn-some-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install rust (using rustup)

curl https://sh.rustup.rs -sSf | sh
rustup install stable

Try it yourself

git clone https://github.com/scorix/learn-some-rust.git
cd learn-some-rust
cargo build

cargo run --bin exercise1

About


Languages

Language:Rust 100.0%