ראסט עם דוגמאות: קרגו ראן

Rust by Example: cargo run

This is not really part of the Rust by Example book, but I felt I should explain it for those who are new to Rust and might not know that they can create a crate using cargo new and then compile and run using a single command cargo run.