#pragma once #define EXERCISM_RUN_ALL_TESTS #include namespace transcription { char to_rna(char); std::string to_rna(std::string); }