소스 검색

Add topics to problem kindergarten-garden (#867)

* Completes #853

* Add more topics to problem Kindergarten-garden

* Correct the identation

* Correct the identation again
Mohammad Sameer 9 년 전
부모
커밋
cbf0c7a8da
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9
    1
      config.json

+ 9
- 1
config.json 파일 보기

258
       "core": false,
258
       "core": false,
259
       "difficulty": 4,
259
       "difficulty": 4,
260
       "slug": "kindergarten-garden",
260
       "slug": "kindergarten-garden",
261
-      "topics": null,
261
+      "topics": [
262
+        "loops",
263
+        "arrays",
264
+        "strings",
265
+        "logic",
266
+        "pattern_recognition",
267
+        "enumerations",
268
+        "lists"
269
+      ],
262
       "unlocked_by": "matrix",
270
       "unlocked_by": "matrix",
263
       "uuid": "0b92ffee-c092-4ab1-ad78-76c8cf80e1b5"
271
       "uuid": "0b92ffee-c092-4ab1-ad78-76c8cf80e1b5"
264
     },
272
     },