This commit is contained in:
timeshifter
2024-02-02 18:01:55 +01:00
parent 331f16786c
commit 3eb08f9822
5 changed files with 334 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "aoc2024-04"
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"