Files
prcedu/readme.md

205 B

Rust Visual Project 🦀

Install Rust with cargo to execute the programm.

cargo run

To clean the project, use:

cargo clean

Build the executable with:

cargo build