diff --git a/config.json b/config.json index 03535bef..0552d884 100644 --- a/config.json +++ b/config.json @@ -1166,7 +1166,7 @@ ] }, { - "slug": "pop-count", + "slug": "eliuds-eggs", "name": "Eliud's Eggs", "uuid": "6846adfc-3c98-42be-8fe1-ad3119f95de1", "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 100% rename from exercises/practice/pop-count/.meta/config.json rename to exercises/practice/eliuds-eggs/.meta/config.json diff --git a/exercises/practice/pop-count/.meta/example.sh b/exercises/practice/eliuds-eggs/.meta/example.sh similarity index 100% rename from exercises/practice/pop-count/.meta/example.sh rename to exercises/practice/eliuds-eggs/.meta/example.sh 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.bats b/exercises/practice/eliuds-eggs/pop_count.bats similarity index 100% rename from exercises/practice/pop-count/pop_count.bats rename to exercises/practice/eliuds-eggs/pop_count.bats diff --git a/exercises/practice/pop-count/pop_count.sh b/exercises/practice/eliuds-eggs/pop_count.sh similarity index 100% rename from exercises/practice/pop-count/pop_count.sh rename to exercises/practice/eliuds-eggs/pop_count.sh