Skip to content

Commit

Permalink
challenge order update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Oct 21, 2024
1 parent a40777c commit fd469a9
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": 7,
"title": "Animal sanctuary registry",
"slug": "animal-sanctuary-registry",
"short_description": "Create a program that manages a registry of animals in a sanctuary.",
"language": "RUST",
"difficulty": "MEDIUM",
"track": "RUST_BASICS",
"tags": [],
"created_at": "2024-04-30T00:00:00Z",
"updated_at": "2024-04-30T00:00:00Z"
},
{
"id": 8,
"title": "Median and mode",
Expand Down Expand Up @@ -388,6 +376,18 @@
"created_at": "2024-06-03T00:00:00Z",
"updated_at": "2024-06-03T00:00:00Z"
},
{
"id": 7,
"title": "Animal sanctuary registry",
"slug": "animal-sanctuary-registry",
"short_description": "Create a program that manages a registry of animals in a sanctuary.",
"language": "RUST",
"difficulty": "MEDIUM",
"track": "RUST_BASICS",
"tags": [],
"created_at": "2024-04-30T00:00:00Z",
"updated_at": "2024-04-30T00:00:00Z"
},
{
"id": 19,
"title": "Find the First Palindrome",
Expand Down

0 comments on commit fd469a9

Please sign in to comment.