From 9b4eaa4eca371206d84f0329caa43a2a6c15fde7 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 1 Nov 2023 09:59:40 +0100 Subject: [PATCH] Update the metadata for the `pop-count` exercise --- config.json | 2 +- exercises/practice/pop-count/.meta/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 9036e7b..05f9e9f 100644 --- a/config.json +++ b/config.json @@ -305,7 +305,7 @@ }, { "slug": "pop-count", - "name": "Pop Count", + "name": "Eliud's Eggs", "uuid": "ebfaddfb-d094-4471-8771-fc09cf14274f", "practices": [ "numbers" diff --git a/exercises/practice/pop-count/.meta/config.json b/exercises/practice/pop-count/.meta/config.json index 46133c9..9c037e6 100644 --- a/exercises/practice/pop-count/.meta/config.json +++ b/exercises/practice/pop-count/.meta/config.json @@ -13,7 +13,7 @@ ".meta/example.arr" ] }, - "blurb": "Count the 1 bits in a number", + "blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.", "source": "Christian Willner, Eric Willigers", "source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5" }