This commit is contained in:
timeshifter
2024-02-02 15:14:46 +01:00
parent d49022f310
commit 331f16786c
6 changed files with 428 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "aoc2024-03"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aoc = {version = "*", path = "../lib/aoc"}
itertools = "0.12.1"