Solution to sieve in bash

This commit is contained in:
2023-08-13 16:11:39 +02:00
parent 6d6148d66d
commit 6db87ea8f4
7 changed files with 908 additions and 0 deletions

View 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"
}

View 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}