Procházet zdrojové kódy

Merge pull request #774 from FridaTveit/HelloWorldAddTopics

Add topics for hello-world
Stuart Kent před 9 roky
rodič
revize
286fa4d883
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 4
    2
      config.json

+ 4
- 2
config.json Zobrazit soubor

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