From 5daa40a9217284f0f51aa0f76fced50dbc262626 Mon Sep 17 00:00:00 2001 From: meatball Date: Mon, 6 Jan 2025 16:46:45 +0100 Subject: [PATCH] Update config --- config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.json b/config.json index 0376ea85..01fba79f 100644 --- a/config.json +++ b/config.json @@ -119,6 +119,18 @@ ], "status": "active" }, + { + "slug": "bird-watcher", + "name": "Bird Watcher", + "uuid": "a5efd630-8e6f-49f7-bed5-1576138d2f8a", + "concepts": [ + "for-loops" + ], + "prerequisites": [ + "ranges" + ], + "status": "active" + }, { "slug": "santas-helper", "name": "Santa's Swifty Helper",