rna_transcription: iteration 1
This commit is contained in:
parent
0658b6a066
commit
1e2dd2cf99
2 changed files with 37 additions and 0 deletions
12
cpp/rna-transcription/rna_transcription.h
Normal file
12
cpp/rna-transcription/rna_transcription.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#define EXERCISM_RUN_ALL_TESTS
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace transcription {
|
||||
|
||||
char to_rna(char);
|
||||
std::string to_rna(std::string);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue