This commit is contained in:
Spectre 2024-12-02 23:14:39 +01:00
parent 294c0a8e62
commit e1ca0d5f61
76 changed files with 4607 additions and 204 deletions

10
aoc2024/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "aoc2024"
version = "0.1.0"
edition = "2021"
[dependencies]
shared = { path = "../shared" }
regex = "1.10.2"
substring = "1.4.5"
itertools = "0.12.0"