Ëerste poging projecteuler 90

This commit is contained in:
2024-10-28 13:41:26 +01:00
parent a7d13bd73c
commit fb41ac47f1
3 changed files with 79 additions and 2 deletions

View File

@@ -2,6 +2,24 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "either"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "main"
version = "0.1.0"
dependencies = [
"itertools",
]