This commit is contained in:
2024-12-07 12:53:16 +01:00
parent e0663cce26
commit 6ebb9f8307
4 changed files with 132 additions and 0 deletions

7
2024/day7/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "day7"
version = "0.1.0"
edition = "2021"
[dependencies]
rayon = "1.10.0"