Преглед изворни кода

Merge pull request #817 from AndresReyMaz/adding-topics

Added topics for luhn
FridaTveit пре 9 година
родитељ
комит
bde6553ad4
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8
    1
      config.json

+ 8
- 1
config.json Прегледај датотеку

153
       "core": false,
153
       "core": false,
154
       "difficulty": 4,
154
       "difficulty": 4,
155
       "slug": "luhn",
155
       "slug": "luhn",
156
-      "topics": null,
156
+      "topics": [
157
+        "algorithms",
158
+        "booleans",
159
+        "loops",
160
+        "mathematics",
161
+        "strings",
162
+        "type_conversion"
163
+      ],
157
       "unlocked_by": "hamming",
164
       "unlocked_by": "hamming",
158
       "uuid": "5227a76c-8ecb-4e5f-b023-6af65a057c41"
165
       "uuid": "5227a76c-8ecb-4e5f-b023-6af65a057c41"
159
     },
166
     },