Przeglądaj źródła

Merge pull request #811 from jackattack24/pangram

Add topics to pangram exercise
FridaTveit 9 lat temu
rodzic
commit
39b7098d94
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5
    1
      config.json

+ 5
- 1
config.json Wyświetl plik

@@ -35,7 +35,11 @@
35 35
       "core": false,
36 36
       "difficulty": 3,
37 37
       "slug": "pangram",
38
-      "topics": null,
38
+      "topics": [
39
+        "strings",
40
+        "pattern_matching",
41
+        "regular_expressions"
42
+      ],
39 43
       "unlocked_by": null,
40 44
       "uuid": "133b0f84-bdc7-4508-a0a1-5732a7db81ef"
41 45
     },