Skip to content

Commit

Permalink
Fix config CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Nov 9, 2023
1 parent 43e4680 commit 67b52df
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,15 @@
"prerequisites": [],
"difficulty": 3
},
{
"slug": "reverse-string",
"name": "Reverse String",
"uuid": "b41b176d-ac35-44f6-ac27-db373c13a4bf",
"practices": [
],
"prerequisites": [],
"difficulty": 1
},
{
"slug": "clock",
"name": "Clock",
Expand Down Expand Up @@ -692,18 +701,6 @@
"prerequisites": [],
"difficulty": 5
},
{
"slug": "crypto-square",
"name": "Crypto Square",
"uuid": "024a4dc8-4c70-447b-943a-3239b0c028af",
"practices": [
"regular-expressions",
"floating-point-numbers",
"for-loops"
],
"prerequisites": [],
"difficulty": 5
},
{
"slug": "flatten-array",
"name": "Flatten Array",
Expand Down

0 comments on commit 67b52df

Please sign in to comment.