Skip to content

Commit

Permalink
Challenge order updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Nov 5, 2024
1 parent 800b9c8 commit cb1cd34
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions challenges/challenges.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,18 +287,6 @@
"created_at": "2024-04-30T00:00:00Z",
"updated_at": "2024-04-30T00:00:00Z"
},
{
"id": 8,
"title": "Median and mode",
"slug": "median-and-mode",
"short_description": "Write a program that calculates the median and mode of a list of numbers.",
"language": "RUST",
"difficulty": "MEDIUM",
"track": "RUST_BASICS",
"tags": [],
"created_at": "2024-05-03T00:00:00Z",
"updated_at": "2024-05-03T00:00:00Z"
},
{
"id": 9,
"title": "Graceful error handling",
Expand Down Expand Up @@ -376,6 +364,18 @@
"created_at": "2024-06-03T00:00:00Z",
"updated_at": "2024-06-03T00:00:00Z"
},
{
"id": 8,
"title": "Median and mode",
"slug": "median-and-mode",
"short_description": "Write a program that calculates the median and mode of a list of numbers.",
"language": "RUST",
"difficulty": "MEDIUM",
"track": "RUST_BASICS",
"tags": [],
"created_at": "2024-05-03T00:00:00Z",
"updated_at": "2024-05-03T00:00:00Z"
},
{
"id": 7,
"title": "Animal sanctuary registry",
Expand Down

0 comments on commit cb1cd34

Please sign in to comment.