protein-translation

This commit is contained in:
2024-06-27 16:47:44 -04:00
parent 15f39c5c5b
commit b5a8d35513
10 changed files with 436 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"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"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"protein-translation","id":"b19fcedc09cb4e6ab1ed560eaeb5cdec","url":"https://exercism.org/tracks/elixir/exercises/protein-translation","handle":"negrienko","is_requester":true,"auto_approve":false}