diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..3724286 --- /dev/null +++ b/readme.md @@ -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 +``` \ No newline at end of file