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

Add topics to all-your-base problem (#911)

* Add topics to all-your-base problem

* Add exception_handling topic
Alex Escobedo 9 лет назад
Родитель
Сommit
0aeb686509
1 измененных файлов: 8 добавлений и 1 удалений
  1. 8
    1
      config.json

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

700
       "core": false,
700
       "core": false,
701
       "difficulty": 6,
701
       "difficulty": 6,
702
       "slug": "all-your-base",
702
       "slug": "all-your-base",
703
-      "topics": null,
703
+      "topics": [
704
+        "loops",
705
+        "mathematics",
706
+        "integers",
707
+        "arrays",
708
+        "conditionals",
709
+        "exception_handling"
710
+      ],
704
       "unlocked_by": "saddle-points",
711
       "unlocked_by": "saddle-points",
705
       "uuid": "f7c2e4b5-1995-4dfe-b827-c9aff8ac5332"
712
       "uuid": "f7c2e4b5-1995-4dfe-b827-c9aff8ac5332"
706
     },
713
     },