solid start on day 4

This commit is contained in:
Tabby 2025-12-05 02:40:51 +00:00
parent e6ad640104
commit 1cac5cb62b
5 changed files with 220 additions and 0 deletions

16
aoc-4/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 = 4
[[package]]
name = "aoc-4"
version = "0.1.0"
dependencies = [
"grid",
]
[[package]]
name = "grid"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220"