rna-transcription

This commit is contained in:
2024-06-28 13:11:21 -04:00
parent c7b7989ccd
commit 8a0b02049f
10 changed files with 285 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"authors": [
"rubysolo"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"drueck",
"jinyeow",
"lpil",
"neenjaw",
"parkerl",
"pminten",
"sotojuan",
"Teapane",
"tjcelaya",
"veelenga",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/rna_transcription.ex"
],
"test": [
"test/rna_transcription_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Given a DNA strand, return its RNA Complement Transcription.",
"source": "Hyperphysics",
"source_url": "https://web.archive.org/web/20220408112140/http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
}

View File

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