34 lines
690 B
JSON
34 lines
690 B
JSON
{
|
|
"authors": [
|
|
"rubysolo"
|
|
],
|
|
"contributors": [
|
|
"andrewsardone",
|
|
"angelikatyborska",
|
|
"Cohen-Carlisle",
|
|
"dalexj",
|
|
"devonestes",
|
|
"jinyeow",
|
|
"lpil",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"sotojuan",
|
|
"Teapane",
|
|
"waiting-for-dev"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/prime_factors.ex"
|
|
],
|
|
"test": [
|
|
"test/prime_factors_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"blurb": "Compute the prime factors of a given natural number.",
|
|
"source": "The Prime Factors Kata by Uncle Bob",
|
|
"source_url": "https://web.archive.org/web/20221026171801/http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata"
|
|
}
|