Explorar el Código

Merge pull request #809 from jackattack24/twelve-days

Add topics to twelve-days exercise
FridaTveit hace 9 años
padre
commit
88b02538af
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6
    1
      config.json

+ 6
- 1
config.json Ver fichero

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