Sfoglia il codice sorgente

Added twelve-days to config.json

Frida Tveit 9 anni fa
parent
commit
c11a53fc52
1 ha cambiato i file con 8 aggiunte e 2 eliminazioni
  1. 8
    2
      config.json

+ 8
- 2
config.json Vedi File

53
     "all-your-base",
53
     "all-your-base",
54
     "custom-set",
54
     "custom-set",
55
     "wordy",
55
     "wordy",
56
-    "palindrome-products"
56
+    "palindrome-products",
57
+	"twelve-days"
57
   ],
58
   ],
58
   "exercises": [
59
   "exercises": [
59
     {
60
     {
305
       "slug": "palindrome-products",
306
       "slug": "palindrome-products",
306
       "difficulty": 1,
307
       "difficulty": 1,
307
       "topics": []
308
       "topics": []
308
-    }
309
+    },
310
+	{
311
+	  "slug": "twelve-days",
312
+	  "difficulty": 1,
313
+	  "topics": []
314
+	}
309
   ],
315
   ],
310
   "deprecated": [
316
   "deprecated": [
311
     "binary",
317
     "binary",