1
0
forked from danmax/aoc

add 2022 day1 (p1 and 2) and 2024 day1 (p1 and 2)

This commit is contained in:
2024-12-01 02:00:22 -05:00
parent 5b7a6edbfb
commit 4f75e45108
17 changed files with 6752 additions and 0 deletions

16
2022/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"