From 11fd57103db714a68e66dff142fd86ef5082c079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:03:18 -0800 Subject: [PATCH] Format track config (#366) --- config.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 652e9a37..a74a3bfa 100644 --- a/config.json +++ b/config.json @@ -33,7 +33,6 @@ ] }, "exercises": { - "concept": [], "practice": [ { "slug": "accumulate", @@ -801,7 +800,6 @@ } ] }, - "concepts": [], "key_features": [ { "title": "Readable and concise", @@ -840,13 +838,13 @@ "paradigm/functional", "paradigm/imperative", "paradigm/object_oriented", - "platform/windows", + "platform/android", "platform/linux", "platform/mac", - "platform/android", + "platform/windows", "runtime/jvm", - "typing/static", "typing/dynamic", + "typing/static", "used_for/backends", "used_for/scripts" ]