2024-10-14 11:37:17 +02:00

23 lines
505 B
JSON

{
"authors": [
"amscotti"
],
"contributors": [
"kytrinyx"
],
"files": {
"solution": [
"lib/prime_factors.dart"
],
"test": [
"test/prime_factors_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"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"
}