From 012a3563cc22f1625467abf112e7ec6dd4ffbb98 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 9 Feb 2021 09:37:17 +0100 Subject: [PATCH] Update config.json --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index c2afd9c21..07a9c472e 100644 --- a/config.json +++ b/config.json @@ -3,9 +3,9 @@ "slug": "fsharp", "active": true, "status": { - "concept_exercises": false, - "test_runner": false, - "representer": false, + "concept_exercises": true, + "test_runner": true, + "representer": true, "analyzer": false }, "blurb": "F# is a strongly-typed, functional language that is part of Microsoft's .NET language stack. Although F# is great for data science problems, it can elegantly handle almost every problem you throw at it.",