exercism/elixir/prime-factors/.exercism/config.json

34 lines
690 B
JSON
Raw Permalink Normal View History

2024-08-21 02:15:20 +00:00
{
"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"
}