Sha256: 29c99e163f59410be8a8523260217069ebe45ab1401136622358f716ebc8e13b
Contents?: true
Size: 189 Bytes
Versions: 13
Compression:
Stored size: 189 Bytes
Contents
(ns protein-translation) (defn translate-codon [] ;; <- arglist goes here ;; your code goes here ) (defn translate-rna [] ;; <- arglist goes here ;; your code goes here )
Version data entries
13 entries across 13 versions & 1 rubygems