Skip to content

Commit

Permalink
Rna-transcription: add starter implementation
Browse files Browse the repository at this point in the history
Complete started implementation added as this is currently the second
exercise in the new ordering.

See issue #178
  • Loading branch information
FridaTveit committed Feb 28, 2017
1 parent 7c36665 commit 17302fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
public class RnaTranscription {
public String ofDna(String dnaString) { return null; }
}

0 comments on commit 17302fd

Please sign in to comment.