Преглед на файлове

Add topic to pythagorean-triplet (#969)

* Add topic to pythagorean-triplet

* cr feedback

* Update config.json

* Update config.json

Attempt to fix space issue.
Jared преди 9 години
родител
ревизия
69e84a23b9
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 6
    1
      config.json

+ 6
- 1
config.json Целия файл

@@ -1039,7 +1039,12 @@
1039 1039
       "core": false,
1040 1040
       "difficulty": 9,
1041 1041
       "slug": "pythagorean-triplet",
1042
-      "topics": null,
1042
+      "topics": [
1043
+       "integer",
1044
+	"lists",
1045
+	"logic",
1046
+	"mathematics"
1047
+      ],
1043 1048
       "unlocked_by": "triangle",
1044 1049
       "uuid": "88505f95-89e5-4a08-8ed2-208eb818cdf1"
1045 1050
     },