소스 검색

Merge pull request #774 from FridaTveit/HelloWorldAddTopics

Add topics for hello-world
Stuart Kent 9 년 전
부모
커밋
286fa4d883
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4
    2
      config.json

+ 4
- 2
config.json 파일 보기

@@ -6,7 +6,9 @@
6 6
       "core": true,
7 7
       "difficulty": 1,
8 8
       "slug": "hello-world",
9
-      "topics": null,
9
+      "topics": [
10
+        "strings"
11
+      ],
10 12
       "unlocked_by": null,
11 13
       "uuid": "f77dc7e3-35a8-4300-a7c8-2c1765e9644d"
12 14
     },
@@ -680,4 +682,4 @@
680 682
   ],
681 683
   "language": "Java",
682 684
   "solution_pattern": "reference"
683
-}
685
+}