From 5c4d1d977357f2ec4f47ef97cb0e9f9dbd08334f Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Fri, 29 Jan 2021 19:08:56 +0000 Subject: [PATCH] Update track status --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 2b29e22d..76863656 100644 --- a/config.json +++ b/config.json @@ -3,9 +3,9 @@ "slug": "common-lisp", "active": true, "status": { - "concept_exercises": false, - "test_runner": false, - "representer": false, + "concept_exercises": true, + "test_runner": true, + "representer": true, "analyzer": false }, "blurb": "A programmable programming language.",