Explorar el Código

complex-numbers: Add topics for exercise to config.json per #873

Ilya Khadykin hace 9 años
padre
commit
da1dc2bedb
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      config.json

+ 5
- 1
config.json Ver fichero

796
       "core": false,
796
       "core": false,
797
       "difficulty": 8,
797
       "difficulty": 8,
798
       "slug": "complex-numbers",
798
       "slug": "complex-numbers",
799
-      "topics": null,
799
+      "topics": [
800
+        "mathematics",
801
+        "floating_point_numbers",
802
+        "classes"
803
+      ],
800
       "unlocked_by": "triangle",
804
       "unlocked_by": "triangle",
801
       "uuid": "52d11278-0d65-4b5b-b387-1374fced3243"
805
       "uuid": "52d11278-0d65-4b5b-b387-1374fced3243"
802
     },
806
     },