# Rust Visual Project 🦀 Install Rust with cargo to execute the programm. ```bash cargo run ``` To clean the project, use: ```bash cargo clean ``` Build the executable with: ```bash cargo build ```