Added package primes (#2473)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
kittekat 2023-01-30 01:38:55 +01:00 committed by Gabriel Huber
parent cb8123f5f2
commit 5c74bebf04

View File

@ -29147,5 +29147,17 @@
"description": "Seq selector in CLI",
"license": "MIT",
"web": "https://github.com/z-kk/cliSeqSelector"
},
{
"name": "primes",
"url": "https://github.com/wokibe/primes",
"method": "git",
"tags": [
"primes",
"is_prime"
],
"description": "Utilities for prime numbers",
"license": "MIT",
"web": "https://github.com/wokibe/primes"
}
]