Parcourir la source

Configure order of problems

Katrina Owen il y a 12 ans
Parent
révision
716886de3f
1 fichiers modifiés avec 10 ajouts et 1 suppressions
  1. 10
    1
      config.json

+ 10
- 1
config.json Voir le fichier

4
   "repository": "https://github.com/exercism/xjava",
4
   "repository": "https://github.com/exercism/xjava",
5
   "active": false,
5
   "active": false,
6
   "problems": [
6
   "problems": [
7
-
7
+    "etl",
8
+    "nucleotide-count",
9
+    "word-count",
10
+    "anagram",
11
+    "hamming",
12
+    "bob",
13
+    "robot-name",
14
+    "meetup",
15
+    "phone-number",
16
+    "grade-school"
8
   ],
17
   ],
9
   "deprecated": [
18
   "deprecated": [
10
 
19