Quellcode durchsuchen

#826 added topics to roman numerals

Hayden Mankin vor 9 Jahren
Ursprung
Commit
8a78a6feb2
1 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 8
    1
      config.json

+ 8
- 1
config.json Datei anzeigen

435
       "core": false,
435
       "core": false,
436
       "difficulty": 6,
436
       "difficulty": 6,
437
       "slug": "roman-numerals",
437
       "slug": "roman-numerals",
438
-      "topics": null,
438
+      "topics": [
439
+        "logic",
440
+        "mathematics",
441
+        "loops",
442
+        "integers",
443
+        "strings",
444
+        "maps",
445
+      ],
439
       "unlocked_by": "hamming",
446
       "unlocked_by": "hamming",
440
       "uuid": "3e728cd4-5e5f-4c69-8a53-bc36d020fcdb"
447
       "uuid": "3e728cd4-5e5f-4c69-8a53-bc36d020fcdb"
441
     },
448
     },