Pārlūkot izejas kodu

Merge pull request #820 from sjwarner-bp/master

Update nucleotide-count topics as in #808
FridaTveit 9 gadus atpakaļ
vecāks
revīzija
15d615dea7
1 mainītis faili ar 10 papildinājumiem un 2 dzēšanām
  1. 10
    2
      config.json

+ 10
- 2
config.json Parādīt failu

@@ -303,7 +303,15 @@
303 303
       "core": false,
304 304
       "difficulty": 5,
305 305
       "slug": "nucleotide-count",
306
-      "topics": null,
306
+      "topics": [
307
+        "conditionals",
308
+        "exception_handling",
309
+        "integers",
310
+        "maps",
311
+        "parsing",
312
+        "searching",
313
+        "strings"
314
+      ],
307 315
       "unlocked_by": "hamming",
308 316
       "uuid": "2d80fdfc-5bd7-4b67-9fbe-8ab820d89051"
309 317
     },
@@ -758,4 +766,4 @@
758 766
   ],
759 767
   "language": "Java",
760 768
   "solution_pattern": "reference"
761
-}
769
+}