Solution to sieve in bash
This commit is contained in:
25
bash/sieve/.exercism/config.json
Normal file
25
bash/sieve/.exercism/config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"authors": [
|
||||
"glennj"
|
||||
],
|
||||
"contributors": [
|
||||
"bkhl",
|
||||
"guygastineau",
|
||||
"IsaacG",
|
||||
"kotp"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"sieve.sh"
|
||||
],
|
||||
"test": [
|
||||
"sieve.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"blurb": "Use the Sieve of Eratosthenes to find all the primes from 2 up to a given number.",
|
||||
"source": "Sieve of Eratosthenes at Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
|
||||
}
|
||||
1
bash/sieve/.exercism/metadata.json
Normal file
1
bash/sieve/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"sieve","id":"01268935f0604c5eb192a7502640bad6","url":"https://exercism.org/tracks/bash/exercises/sieve","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user