24 lines
529 B
JSON
24 lines
529 B
JSON
{
|
|
"authors": [
|
|
"SuperPaintman"
|
|
],
|
|
"contributors": [
|
|
"Stargator",
|
|
"kytrinyx"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/rna_transcription.dart"
|
|
],
|
|
"test": [
|
|
"test/rna_transcription_test.dart"
|
|
],
|
|
"example": [
|
|
".meta/lib/example.dart"
|
|
]
|
|
},
|
|
"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"
|
|
}
|