From f4281081372b6479258ce2335e7a5d20eadfca63 Mon Sep 17 00:00:00 2001 From: Kasim Kaizer <155087257+KasimKaizer@users.noreply.github.com> Date: Wed, 1 May 2024 14:56:28 +0400 Subject: [PATCH] update(config): add eliud's eggs exercise --- config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.json b/config.json index bbf538156..589f8294e 100644 --- a/config.json +++ b/config.json @@ -1325,6 +1325,19 @@ "randomness" ] }, + { + "slug": "eliuds-eggs", + "name": "Eliud's Eggs", + "uuid": "82fb24cc-ac33-4cce-a77a-b59ce3c77832", + "practices": [], + "prerequisites": [], + "difficulty": 4, + "topics": [ + "bitwise_operations", + "integers", + "math" + ] + }, { "slug": "matrix", "name": "Matrix",