Skip to content

Commit 00d5afa

Browse files
authored
Add Word Count to core, to fill a gap
There's a gap in the intermediate exercises, where in Ruby we have exercises that Python doesn't have. So, I promoted a few exercises that are on that same level in Ruby.
1 parent 46744f4 commit 00d5afa

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

config.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,20 @@
6767
"type_conversion"
6868
]
6969
},
70+
{
71+
"slug": "word-count",
72+
"uuid": "04316811-0bc3-4377-8ff5-5a300ba41d61",
73+
"core": true,
74+
"unlocked_by": null,
75+
"difficulty": 3,
76+
"topics": [
77+
"algorithms",
78+
"logic",
79+
"pattern_recognition",
80+
"strings",
81+
"text_formatting"
82+
]
83+
},
7084
{
7185
"slug": "hamming",
7286
"uuid": "8648fa0c-d85f-471b-a3ae-0f8c05222c89",
@@ -299,20 +313,6 @@
299313
"type_conversion"
300314
]
301315
},
302-
{
303-
"slug": "word-count",
304-
"uuid": "04316811-0bc3-4377-8ff5-5a300ba41d61",
305-
"core": false,
306-
"unlocked_by": "high-scores",
307-
"difficulty": 3,
308-
"topics": [
309-
"algorithms",
310-
"logic",
311-
"pattern_recognition",
312-
"strings",
313-
"text_formatting"
314-
]
315-
},
316316
{
317317
"slug": "gigasecond",
318318
"uuid": "22606e91-57f3-44cf-ab2d-94f6ee6402e8",

0 commit comments

Comments
 (0)