From cb1cd349d37d826ff5f8ef36672fa868cf6fa79e Mon Sep 17 00:00:00 2001 From: dcodesdev <101001810+dcodesdev@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:21:29 +0300 Subject: [PATCH] Challenge order updated --- challenges/challenges.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/challenges/challenges.json b/challenges/challenges.json index d5c53e7..8a70160 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": 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", @@ -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",