19 lines
205 B
Markdown
19 lines
205 B
Markdown
# 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
|
|
``` |