add initial README.md with project setup instructions

This commit is contained in:
Elmar Kresse
2025-07-04 22:37:21 +02:00
parent 698f4df450
commit f967a2d8a1

19
readme.md Normal file
View File

@ -0,0 +1,19 @@
# 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
```