Skip to content

Commit

Permalink
Reorder new exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanplusplus committed Apr 25, 2024
1 parent 8a1ac17 commit c70c6aa
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,34 @@
"strings"
]
},
{
"slug": "rotational-cipher",
"name": "Rotational Cipher",
"uuid": "3adbc85c-7e7e-4122-a37d-c843196bc8af",
"practices": [],
"prerequisites": [],
"difficulty": 2,
"topics": [
"control_flow_if_statements",
"control_flow_loops",
"memory_management",
"strings"
]
},
{
"slug": "dnd-character",
"name": "D&D Character",
"uuid": "aafdaf60-1b68-41f7-92ae-f2d548738be9",
"practices": [],
"prerequisites": [],
"difficulty": 2,
"topics": [
"arrays",
"control_flow_if_statements",
"control_flow_loops",
"math"
]
},
{
"slug": "perfect-numbers",
"name": "Perfect Numbers",
Expand Down Expand Up @@ -1106,34 +1134,6 @@
"functions",
"memory_management"
]
},
{
"slug": "rotational-cipher",
"name": "Rotational Cipher",
"uuid": "3adbc85c-7e7e-4122-a37d-c843196bc8af",
"practices": [],
"prerequisites": [],
"difficulty": 2,
"topics": [
"control_flow_if_statements",
"control_flow_loops",
"memory_management",
"strings"
]
},
{
"slug": "dnd-character",
"name": "D&D Character",
"uuid": "aafdaf60-1b68-41f7-92ae-f2d548738be9",
"practices": [],
"prerequisites": [],
"difficulty": 2,
"topics": [
"arrays",
"control_flow_if_statements",
"control_flow_loops",
"math"
]
}
]
},
Expand Down

0 comments on commit c70c6aa

Please sign in to comment.