Files
prcedu/readme.md

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
```