Quellcode durchsuchen

Make hello-world the first exercise in list

Based on code review feedback.
Brian Mathiyakom vor 10 Jahren
Ursprung
Commit
5c711d6f09
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      config.json

+ 2
- 2
config.json Datei anzeigen

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
   ],