From 2904eb4456f9224888436edb2ced05a3e6456584 Mon Sep 17 00:00:00 2001 From: BethanyG Date: Mon, 23 Mar 2026 13:07:43 -0700 Subject: [PATCH] Update config.json Test to see if removing `square-root` affects the availability of `triangle`. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index b9601afc8b..31f5336061 100644 --- a/config.json +++ b/config.json @@ -594,7 +594,7 @@ "slug": "square-root", "name": "Square Root", "uuid": "c32f994a-1080-4f05-bf88-051975a75d64", - "practices": ["numbers"], + "practices": [], "prerequisites": ["basics", "numbers", "conditionals", "loops"], "difficulty": 2 },