organised 2024 year and added day4 in rust solution

This commit is contained in:
deadvey
2024-12-14 02:27:21 +00:00
parent 8f62314da3
commit 1eb0384e35
30 changed files with 268 additions and 0 deletions

16
2024/1/day1p2/Cargo.lock generated Normal file
View File

@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "day1p2"
version = "0.1.0"
dependencies = [
"libc",
]
[[package]]
name = "libc"
version = "0.2.167"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"