Explorar el Código

Added topics to pangram exercise

Jack Mustacato hace 9 años
padre
commit
2e6e67af5a
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      config.json

+ 5
- 1
config.json Ver fichero

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