This commit is contained in:
timeshifter
2025-03-20 11:15:16 +01:00
parent 8a7f61e253
commit affca52d6a
2 changed files with 31 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "euler41"
version = "0.1.0"
edition = "2024"
[dependencies]
primes = {version = "*", path = "../../lib/primes"}