exercism/elixir/nucleotide-count/.exercism/config.json

42 lines
789 B
JSON

{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"dantswain",
"devonestes",
"henrik",
"jinyeow",
"kytrinyx",
"leikind",
"lpil",
"MarcosX",
"neenjaw",
"nimser",
"parkerl",
"rud",
"sotojuan",
"Teapane",
"toriejw",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/nucleotide_count.ex"
],
"test": [
"test/nucleotide_count_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.",
"source": "The Calculating DNA Nucleotides_problem at Rosalind",
"source_url": "https://rosalind.info/problems/dna/"
}