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

7
aoc-4/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "aoc-4"
version = "0.1.0"
edition = "2024"
[dependencies]
grid = "1.0.0"