Skip to content

Commit d2cf34b

Browse files
authored
Changed Wordy difficulty to 3 and reorderd config.json. (exercism#3786)
1 parent 6800ddb commit d2cf34b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

config.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -363,21 +363,6 @@
363363
],
364364
"difficulty": 1
365365
},
366-
{
367-
"slug": "wordy",
368-
"name": "Wordy",
369-
"uuid": "af50bb9a-e400-49ce-966f-016c31720be1",
370-
"practices": ["string-methods"],
371-
"prerequisites": [
372-
"basics",
373-
"lists",
374-
"loops",
375-
"strings",
376-
"string-methods",
377-
"numbers"
378-
],
379-
"difficulty": 1
380-
},
381366
{
382367
"slug": "resistor-color",
383368
"name": "Resistor Color",
@@ -1210,6 +1195,21 @@
12101195
],
12111196
"difficulty": 3
12121197
},
1198+
{
1199+
"slug": "wordy",
1200+
"name": "Wordy",
1201+
"uuid": "af50bb9a-e400-49ce-966f-016c31720be1",
1202+
"practices": ["string-methods"],
1203+
"prerequisites": [
1204+
"basics",
1205+
"lists",
1206+
"loops",
1207+
"strings",
1208+
"string-methods",
1209+
"numbers"
1210+
],
1211+
"difficulty": 3
1212+
},
12131213
{
12141214
"slug": "crypto-square",
12151215
"name": "Crypto Square",

0 commit comments

Comments
 (0)