From 183c9c0426dfaed758c28fb8b6aee9ab01417980 Mon Sep 17 00:00:00 2001 From: Semih <3025014@stud.hs-mannheim.de> Date: Sat, 23 May 2026 18:12:34 +0200 Subject: [PATCH] Cargo wieder entfernt --- .gitignore | 1 - {src/0-introduction => 0-introduction}/1-tooling.md | 0 {src/0-introduction => 0-introduction}/2-hello-world.rs | 0 Cargo.lock | 7 ------- Cargo.toml | 6 ------ 5 files changed, 14 deletions(-) delete mode 100644 .gitignore rename {src/0-introduction => 0-introduction}/1-tooling.md (100%) rename {src/0-introduction => 0-introduction}/2-hello-world.rs (100%) delete mode 100644 Cargo.lock delete mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ea8c4bf..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target diff --git a/src/0-introduction/1-tooling.md b/0-introduction/1-tooling.md similarity index 100% rename from src/0-introduction/1-tooling.md rename to 0-introduction/1-tooling.md diff --git a/src/0-introduction/2-hello-world.rs b/0-introduction/2-hello-world.rs similarity index 100% rename from src/0-introduction/2-hello-world.rs rename to 0-introduction/2-hello-world.rs diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 57fcc0b..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 4 - -[[package]] -name = "PR3-Rust-SS26" -version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index efa136b..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,6 +0,0 @@ -[package] -name = "PR3-Rust-SS26" -version = "0.1.0" -edition = "2024" - -[dependencies]