Skip to content

Commit

Permalink
rna-transcription: add tags to approaches
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 4, 2023
1 parent 8a499aa commit f13ee87
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions exercises/practice/rna-transcription/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"blurb": "Use a Dictionary and some LINQ to translate the DNA strand.",
"authors": [
"erikschierboom"
]
],
"tags": {
"all": ["construct:dictionary"]
}
},
{
"uuid": "576af402-9b7f-46fd-8642-bf8fa6d0d4fa",
Expand All @@ -21,7 +24,10 @@
"blurb": "Use a switch expression and some LINQ to translate the DNA strand.",
"authors": [
"erikschierboom"
]
],
"tags": {
"all": ["construct:switch-expression"]
}
}
]
}

0 comments on commit f13ee87

Please sign in to comment.