Sfoglia il codice sorgente

Merge pull request #811 from jackattack24/pangram

Add topics to pangram exercise
FridaTveit 9 anni fa
parent
commit
39b7098d94
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5
    1
      config.json

+ 5
- 1
config.json Vedi File

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
     },