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.98 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.97 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.96 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.95 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.94 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.93 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.92 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.91 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.90 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.89 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.88 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.87 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.86 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.85 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.84 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.83 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.82 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.81 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.80 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.79 tracks/cpp/exercises/rna-transcription/example.h