From 96fee9c8fd6636825f2924e9ec80102a5486f2e2 Mon Sep 17 00:00:00 2001 From: darkicewolf50 <95242911+darkicewolf50@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:59:34 +0000 Subject: [PATCH] removed sub repos --- Cargo.lock | 7 ------- Cargo.toml | 6 ------ src/main.rs | 3 --- 3 files changed, 16 deletions(-) delete mode 100644 Cargo.lock delete mode 100644 Cargo.toml delete mode 100644 src/main.rs diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index feebdd1..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 = "hello_cargo" -version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 0f4a343..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,6 +0,0 @@ -[package] -name = "hello_cargo" -version = "0.1.0" -edition = "2021" - -[dependencies] diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -}