ソースを参照

Added topics for luhn

Andrés Reynoso Mazoy 9 年 前
コミット
ccc2659534
共有1 個のファイルを変更した7 個の追加1 個の削除を含む
  1. 7
    1
      config.json

+ 7
- 1
config.json ファイルの表示

136
       "core": false,
136
       "core": false,
137
       "difficulty": 4,
137
       "difficulty": 4,
138
       "slug": "luhn",
138
       "slug": "luhn",
139
-      "topics": null,
139
+      "topics": [
140
+        "booleans",
141
+        "loops",
142
+        "mathematics",
143
+        "strings",
144
+        "type_conversion"
145
+      ],
140
       "unlocked_by": "hamming",
146
       "unlocked_by": "hamming",
141
       "uuid": "5227a76c-8ecb-4e5f-b023-6af65a057c41"
147
       "uuid": "5227a76c-8ecb-4e5f-b023-6af65a057c41"
142
     },
148
     },