From 0bf26c97d988348e889da19eb9616d182db4177a Mon Sep 17 00:00:00 2001 From: Groophylifefor Date: Tue, 5 Mar 2024 15:48:06 +0300 Subject: [PATCH] fix: CI/CD added to config --- config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.json b/config.json index 061a3c8..81091ff 100644 --- a/config.json +++ b/config.json @@ -56,6 +56,18 @@ ], "prerequisites": [], "difficulty": 1 + }, + { + "uuid": "c58b5f94-0d2c-4d1f-9191-2eb4eefac1d9", + "slug": "acronym", + "name": "Acronym", + "practices": [ + "arrays", + "loops", + "strings" + ], + "prerequisites": [], + "difficulty": 1 } ] },