From d6b97a4f79d473c2d70e3ed96eadaf3fab202b91 Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Sun, 12 Feb 2017 15:05:04 -0800 Subject: [PATCH] nucleotide-codons: deprecate in favour of protein-translation (#532) Closes #268 --- exercises/nucleotide-codons/.deprecated | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 exercises/nucleotide-codons/.deprecated diff --git a/exercises/nucleotide-codons/.deprecated b/exercises/nucleotide-codons/.deprecated new file mode 100644 index 0000000000..a6e9a81a18 --- /dev/null +++ b/exercises/nucleotide-codons/.deprecated @@ -0,0 +1,3 @@ +**NOTE: This exercise has been deprecated** +Your track should implement protein-translation instead. +https://github.com/exercism/x-common/issues/268