tracks/fsharp/exercises/rna-transcription/RnaTranscription.fs in trackler-2.2.1.138 vs tracks/fsharp/exercises/rna-transcription/RnaTranscription.fs in trackler-2.2.1.139
- old
+ new
@@ -1,3 +1,3 @@
module RnaTranscription
-let toRna (dna: string): string option = failwith "You need to implement this function."
+let toRna (dna: string): string = failwith "You need to implement this function."
\ No newline at end of file