Explorar el Código

Fix941 Triangle: add topics (#944)

* issue fixed

* minor bug fixed

* #941 fixed

* #941 fixed

* triangle: topics added
Yasha hace 9 años
padre
commit
376eedfdcf
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6
    1
      config.json

+ 6
- 1
config.json Ver fichero

214
       "core": true,
214
       "core": true,
215
       "difficulty": 4,
215
       "difficulty": 4,
216
       "slug": "triangle",
216
       "slug": "triangle",
217
-      "topics": null,
217
+      "topics": [
218
+        "booleans",
219
+        "classes",
220
+        "exception_handling",
221
+        "mathematics"
222
+      ],
218
       "unlocked_by": null,
223
       "unlocked_by": null,
219
       "uuid": "ec268d8e-997b-4553-8c67-8bdfa1ecb888"
224
       "uuid": "ec268d8e-997b-4553-8c67-8bdfa1ecb888"
220
     },
225
     },