Quellcode durchsuchen

Merge pull request #811 from jackattack24/pangram

Add topics to pangram exercise
FridaTveit vor 9 Jahren
Ursprung
Commit
39b7098d94
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5
    1
      config.json

+ 5
- 1
config.json Datei anzeigen

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