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]