exercism/elixir/protein-translation/.exercism/config.json

27 lines
441 B
JSON
Raw Permalink Normal View History

2024-06-27 20:47:44 +00:00
{
"authors": [
"DoggettCK"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"neenjaw",
"nwshane",
"sotojuan"
],
"files": {
"solution": [
"lib/protein_translation.ex"
],
"test": [
"test/protein_translation_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Translate RNA sequences into proteins.",
"source": "Tyler Long"
}