Sha256: c7224d75e2e1b3705476741d79d4cff15d1b40d7fc60644e6822c9e377de0726
Contents?: true
Size: 168 Bytes
Versions: 253
Compression:
Stored size: 168 Bytes
Contents
using System; public static class ProteinTranslation { public static string[] Translate(string codon) { throw new NotImplementedException(); } }
Version data entries
253 entries across 253 versions & 1 rubygems