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.78 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.77 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.76 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.75 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.74 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.73 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.72 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.71 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.70 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.69 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.68 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.67 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.66 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.65 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.64 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.63 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.62 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.61 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.60 tracks/cpp/exercises/rna-transcription/example.h
trackler-2.2.1.59 tracks/cpp/exercises/rna-transcription/example.h