exercism/elixir/dna-encoding/.exercism/config.json

23 lines
393 B
JSON
Raw Permalink Normal View History

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