Просмотр исходного кода

Merge pull request #881 from m-a-ge/issue#873

complex-numbers: Add topics for exercise to config.json per #873
FridaTveit 9 лет назад
Родитель
Сommit
3e707a47bd
1 измененных файлов: 5 добавлений и 1 удалений
  1. 5
    1
      config.json

+ 5
- 1
config.json Просмотреть файл

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