Bladeren bron

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

* Add topics to all-your-base problem

* Add exception_handling topic
Alex Escobedo 9 jaren geleden
bovenliggende
commit
0aeb686509
1 gewijzigde bestanden met toevoegingen van 8 en 1 verwijderingen
  1. 8
    1
      config.json

+ 8
- 1
config.json Bestand weergeven

@@ -700,7 +700,14 @@
700 700
       "core": false,
701 701
       "difficulty": 6,
702 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 711
       "unlocked_by": "saddle-points",
705 712
       "uuid": "f7c2e4b5-1995-4dfe-b827-c9aff8ac5332"
706 713
     },