diff --git a/challenges/challenges.json b/challenges/challenges.json index 23acbfa..d5c53e7 100644 --- a/challenges/challenges.json +++ b/challenges/challenges.json @@ -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", @@ -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",