diff --git a/config.json b/config.json index 2d722569..3a6340ef 100644 --- a/config.json +++ b/config.json @@ -1609,7 +1609,7 @@ "difficulty": 5 }, { - "slug": "pop-count", + "slug": "eliuds-eggs", "name": "Eliud's Eggs", "uuid": "363f80a2-0fdb-4e8d-a3cf-048d5b8e9a3d", "practices": [], diff --git a/exercises/practice/pop-count/.docs/instructions.md b/exercises/practice/eliuds-eggs/.docs/instructions.md similarity index 100% rename from exercises/practice/pop-count/.docs/instructions.md rename to exercises/practice/eliuds-eggs/.docs/instructions.md diff --git a/exercises/practice/pop-count/.docs/introduction.md b/exercises/practice/eliuds-eggs/.docs/introduction.md similarity index 100% rename from exercises/practice/pop-count/.docs/introduction.md rename to exercises/practice/eliuds-eggs/.docs/introduction.md diff --git a/exercises/practice/pop-count/.meta/config.json b/exercises/practice/eliuds-eggs/.meta/config.json similarity index 86% rename from exercises/practice/pop-count/.meta/config.json rename to exercises/practice/eliuds-eggs/.meta/config.json index af75dff7..ccb4de32 100644 --- a/exercises/practice/pop-count/.meta/config.json +++ b/exercises/practice/eliuds-eggs/.meta/config.json @@ -13,7 +13,7 @@ ".meta/example.tcl" ] }, - "blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.", + "blurb": "Help Eliud 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" } diff --git a/exercises/practice/pop-count/.meta/example.tcl b/exercises/practice/eliuds-eggs/.meta/example.tcl similarity index 100% rename from exercises/practice/pop-count/.meta/example.tcl rename to exercises/practice/eliuds-eggs/.meta/example.tcl diff --git a/exercises/practice/pop-count/.meta/tests.toml b/exercises/practice/eliuds-eggs/.meta/tests.toml similarity index 100% rename from exercises/practice/pop-count/.meta/tests.toml rename to exercises/practice/eliuds-eggs/.meta/tests.toml diff --git a/exercises/practice/pop-count/bats-extra.bash b/exercises/practice/eliuds-eggs/bats-extra.bash similarity index 100% rename from exercises/practice/pop-count/bats-extra.bash rename to exercises/practice/eliuds-eggs/bats-extra.bash diff --git a/exercises/practice/pop-count/pop-count.tcl b/exercises/practice/eliuds-eggs/pop-count.tcl similarity index 100% rename from exercises/practice/pop-count/pop-count.tcl rename to exercises/practice/eliuds-eggs/pop-count.tcl diff --git a/exercises/practice/pop-count/pop-count.test b/exercises/practice/eliuds-eggs/pop-count.test similarity index 100% rename from exercises/practice/pop-count/pop-count.test rename to exercises/practice/eliuds-eggs/pop-count.test diff --git a/exercises/practice/pop-count/testHelpers.tcl b/exercises/practice/eliuds-eggs/testHelpers.tcl similarity index 100% rename from exercises/practice/pop-count/testHelpers.tcl rename to exercises/practice/eliuds-eggs/testHelpers.tcl