Przeglądaj źródła

Added topics to twelve-days exercise

Jack Mustacato 9 lat temu
rodzic
commit
9b6c0969cb
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6
    1
      config.json

+ 6
- 1
config.json Wyświetl plik

176
       "core": false,
176
       "core": false,
177
       "difficulty": 4,
177
       "difficulty": 4,
178
       "slug": "twelve-days",
178
       "slug": "twelve-days",
179
-      "topics": null,
179
+      "topics": [
180
+        "strings",
181
+        "arrays",
182
+        "conditionals",
183
+        "loops"
184
+      ],
180
       "unlocked_by": "two-fer",
185
       "unlocked_by": "two-fer",
181
       "uuid": "581afdbb-dfb6-4dc5-9554-a025b5469a3c"
186
       "uuid": "581afdbb-dfb6-4dc5-9554-a025b5469a3c"
182
     },
187
     },