Parcourir la source

Make hello-world the first exercise in list

Based on code review feedback.
Brian Mathiyakom il y a 10 ans
Parent
révision
5c711d6f09
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      config.json

+ 2
- 2
config.json Voir le fichier

4
   "repository": "https://github.com/exercism/xjava",
4
   "repository": "https://github.com/exercism/xjava",
5
   "active": true,
5
   "active": true,
6
   "problems": [
6
   "problems": [
7
+    "hello-world",
7
     "etl",
8
     "etl",
8
     "nucleotide-count",
9
     "nucleotide-count",
9
     "word-count",
10
     "word-count",
34
     "octal",
35
     "octal",
35
     "luhn",
36
     "luhn",
36
     "pig-latin",
37
     "pig-latin",
37
-    "pascals-triangle",
38
-    "hello-world"
38
+    "pascals-triangle"
39
   ],
39
   ],
40
   "deprecated": [
40
   "deprecated": [
41
   ],
41
   ],