Sha256: 4c40d5359c42b96d730a0da79f8b16df08233006f97cd8bbe81a3017fb5ffa15

Contents?: true

Size: 201 Bytes

Versions: 396

Compression:

Stored size: 201 Bytes

Contents

#if !defined(RNA_TRANSCRIPTION_H)
#define RNA_TRANSCRIPTION_H

#include <string>

namespace transcription
{

char to_rna(char nucleotide);
std::string to_rna(std::string const& nucleotide);

}

#endif

Version data entries

396 entries across 396 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.118 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.117 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.116 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.115 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.114 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.113 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.111 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.110 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.109 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.108 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.107 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.106 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.105 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.104 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.103 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.102 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.101 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.100 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.99 tracks/cpp/exercises/rna-transcription/example.h