Sfoglia il codice sorgente

add topics for acronym

pvtuan10 9 anni fa
parent
commit
1553859c5f
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6
    1
      config.json

+ 6
- 1
config.json Vedi File

75
       "core": false,
75
       "core": false,
76
       "difficulty": 3,
76
       "difficulty": 3,
77
       "slug": "acronym",
77
       "slug": "acronym",
78
-      "topics": null,
78
+      "topics": [
79
+        "loops",
80
+        "strings",
81
+        "searching",
82
+        "parsing"
83
+      ],
79
       "unlocked_by": null,
84
       "unlocked_by": null,
80
       "uuid": "c31bbc6d-bdcf-44f7-bf35-5f98752e38d0"
85
       "uuid": "c31bbc6d-bdcf-44f7-bf35-5f98752e38d0"
81
     },
86
     },