From 9b5bc3816316636b16f7c27234cf896e19070729 Mon Sep 17 00:00:00 2001 From: PaulT89 Date: Tue, 7 Jun 2022 23:27:19 +1000 Subject: [PATCH] Update config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 598c5915..079928ff 100644 --- a/config.json +++ b/config.json @@ -648,7 +648,7 @@ "name": "Rail Fence Cipher", "uuid": "22ad5969-163d-44db-a2a6-b9c6b0767598", "difficulty": 4, - "practices": ["strings"], + "practices": ["functions"], "prerequisites": ["strings", "functions", "lists", "mapping"], "status": "beta" }, @@ -711,7 +711,7 @@ "name": "Affine Cipher", "uuid": "b7885c80-d4d9-4636-a9c2-6051c6f9204c", "difficulty": 4, - "practices": ["arithmetic", "strings", "characters"], + "practices": ["arithmetic", "characters"], "prerequisites": ["arithmetic", "strings", "characters", "mapping", "filtering"], "status": "beta" },