exercism-elixir/dna-encoding/.exercism/config.json
2022-02-08 10:07:00 -04:00

22 lines
393 B
JSON

{
"blurb": "Learn about bitstrings and tail call recursion by encoding DNA sequences as binary data.",
"authors": [
"neenjaw"
],
"contributors": [
"angelikatyborska",
"NobbZ"
],
"files": {
"solution": [
"lib/dna.ex"
],
"test": [
"test/dna_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10"
}