snapshot for sieve

This commit is contained in:
Rorik Star Platinum 2025-12-10 21:44:37 +03:00
parent 418484b415
commit 1432ef7821
7 changed files with 211 additions and 0 deletions

View file

@ -0,0 +1,37 @@
{
"authors": [
"sacherjj"
],
"contributors": [
"attilahorvath",
"cbzehner",
"coriolinus",
"cwhakes",
"eddyp",
"efx",
"ErikSchierboom",
"imbolc",
"lutostag",
"nfiles",
"petertseng",
"rofrol",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/nth_prime.rs"
],
"example": [
".meta/example.rs"
]
},
"blurb": "Given a number n, determine what the nth prime is.",
"source": "A variation on Problem 7 at Project Euler",
"source_url": "https://projecteuler.net/problem=7"
}