From c18126dcedb70f3e9883a428b3f935b503561385 Mon Sep 17 00:00:00 2001 From: Daniel Mita <966706+m-dango@users.noreply.github.com> Date: Mon, 13 May 2024 11:50:58 +0100 Subject: [PATCH] Enable representer (#705) --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index c601b039..1cfdacc1 100644 --- a/config.json +++ b/config.json @@ -5,7 +5,7 @@ "status": { "concept_exercises": false, "test_runner": true, - "representer": false, + "representer": true, "analyzer": false }, "blurb": "Raku is a production ready new emerging language that is highly expressive, feature-packed and optimized for fun.",