diff --git a/2022/day02/Cargo.lock b/2022/day02/Cargo.lock deleted file mode 100644 index 52d399b..0000000 --- a/2022/day02/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "day02" -version = "0.1.0" diff --git a/2022/day02/Cargo.toml b/2022/day02/Cargo.toml deleted file mode 100644 index 843335d..0000000 --- a/2022/day02/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "day02" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies]