Parcourir la source

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 il y a 9 ans
Parent
révision
69e84a23b9
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6
    1
      config.json

+ 6
- 1
config.json Voir le fichier

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