Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 383 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 383 Bytes

Learning about Rust

Baby steps about rust, and the concepts of this language.

Build Setup

# install dependencies
cargo install

# run the examples
cargo run

or

# compile and run the file compiled
rustc main.rs && ./main

Biography

The Rust Programming Language