Kaynağa Gözat

wordy: add topics for exercise to config.json per #850

Ilya Khadykin 9 yıl önce
ebeveyn
işleme
1d809a0150
1 değiştirilmiş dosya ile 10 ekleme ve 1 silme
  1. 10
    1
      config.json

+ 10
- 1
config.json Dosyayı Görüntüle

579
       "core": false,
579
       "core": false,
580
       "difficulty": 6,
580
       "difficulty": 6,
581
       "slug": "wordy",
581
       "slug": "wordy",
582
-      "topics": null,
582
+      "topics": [
583
+        "strings",
584
+        "integers",
585
+        "logic",
586
+        "parsing",
587
+        "pattern_matching",
588
+        "regular_expressions",
589
+        "transforming",
590
+        "exception_handling"
591
+      ],
583
       "unlocked_by": "secret-handshake",
592
       "unlocked_by": "secret-handshake",
584
       "uuid": "3310a3cd-c0cb-45fa-8c51-600178be904a"
593
       "uuid": "3310a3cd-c0cb-45fa-8c51-600178be904a"
585
     },
594
     },