This commit is contained in:
2024-12-08 19:05:08 +01:00
parent 6ebb9f8307
commit b86bcdda47
4 changed files with 140 additions and 0 deletions

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

@@ -0,0 +1,7 @@
[package]
name = "day8"
version = "0.1.0"
edition = "2021"
[dependencies]
gcd = "2.3.0"