24 lines
529 B
JSON
Raw Normal View History

2024-10-14 11:37:17 +02:00
{
"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"
}