From f39fb204db3b87a88780e462db69bddc7f735065 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 1 Nov 2023 09:59:37 +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 1eb1d6330..0b72de426 100644 --- a/config.json +++ b/config.json @@ -1012,7 +1012,7 @@ }, { "slug": "pop-count", - "name": "Pop Count", + "name": "Eliud's Eggs", "uuid": "cfe01bad-0972-466c-b52a-9b8cf563b2f4", "practices": [ "loops" diff --git a/exercises/practice/pop-count/.meta/config.json b/exercises/practice/pop-count/.meta/config.json index 50bc625af..93a4c4655 100644 --- a/exercises/practice/pop-count/.meta/config.json +++ b/exercises/practice/pop-count/.meta/config.json @@ -16,7 +16,7 @@ ".meta/example.h" ] }, - "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" }