From 2c889ec420c32c47f50aba0ad90136a8650e475c Mon Sep 17 00:00:00 2001 From: Angelika Tyborska Date: Sun, 31 Jan 2021 11:45:12 +0100 Subject: [PATCH] Protein translation --- config.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 751791bf2a..db5aa8033c 100644 --- a/config.json +++ b/config.json @@ -792,7 +792,16 @@ "slug": "protein-translation", "name": "Protein Translation", "uuid": "84af7be8-8f90-4990-9d48-b5324a0d4354", - "prerequisites": [], + "prerequisites": [ + "maps", + "enum", + "recursion", + "case", + "strings", + "binaries", + "regular-expressions", + "errors" + ], "difficulty": 2, "topics": [ "pattern_matching",