From 1d809a015066b081d38f711f0eadd5b2e42a6b9f Mon Sep 17 00:00:00 2001 From: Ilya Khadykin Date: Thu, 5 Oct 2017 21:14:59 +0300 Subject: [PATCH] wordy: add topics for exercise to config.json per #850 --- config.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 26b3d1444..bd08364e1 100644 --- a/config.json +++ b/config.json @@ -579,7 +579,16 @@ "core": false, "difficulty": 6, "slug": "wordy", - "topics": null, + "topics": [ + "strings", + "integers", + "logic", + "parsing", + "pattern_matching", + "regular_expressions", + "transforming", + "exception_handling" + ], "unlocked_by": "secret-handshake", "uuid": "3310a3cd-c0cb-45fa-8c51-600178be904a" },