snapshot for sieve
This commit is contained in:
parent
418484b415
commit
1432ef7821
7 changed files with 211 additions and 0 deletions
37
rust/nth-prime/.exercism/config.json
Normal file
37
rust/nth-prime/.exercism/config.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue