diff --git a/config.json b/config.json index 7bae118a0..2b94b08b7 100644 --- a/config.json +++ b/config.json @@ -1029,7 +1029,7 @@ ] }, { - "slug": "pop-count", + "slug": "eliuds-eggs", "name": "Eliud's Eggs", "uuid": "8a813e24-6263-437d-a610-7f5da1456b7f", "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.c b/exercises/practice/eliuds-eggs/.meta/example.c similarity index 100% rename from exercises/practice/pop-count/.meta/example.c rename to exercises/practice/eliuds-eggs/.meta/example.c diff --git a/exercises/practice/pop-count/.meta/example.h b/exercises/practice/eliuds-eggs/.meta/example.h similarity index 100% rename from exercises/practice/pop-count/.meta/example.h rename to exercises/practice/eliuds-eggs/.meta/example.h 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/makefile b/exercises/practice/eliuds-eggs/makefile similarity index 100% rename from exercises/practice/pop-count/makefile rename to exercises/practice/eliuds-eggs/makefile diff --git a/exercises/practice/pop-count/pop_count.c b/exercises/practice/eliuds-eggs/pop_count.c similarity index 100% rename from exercises/practice/pop-count/pop_count.c rename to exercises/practice/eliuds-eggs/pop_count.c diff --git a/exercises/practice/pop-count/pop_count.h b/exercises/practice/eliuds-eggs/pop_count.h similarity index 100% rename from exercises/practice/pop-count/pop_count.h rename to exercises/practice/eliuds-eggs/pop_count.h diff --git a/exercises/practice/pop-count/test-framework/unity.c b/exercises/practice/eliuds-eggs/test-framework/unity.c similarity index 100% rename from exercises/practice/pop-count/test-framework/unity.c rename to exercises/practice/eliuds-eggs/test-framework/unity.c diff --git a/exercises/practice/pop-count/test-framework/unity.h b/exercises/practice/eliuds-eggs/test-framework/unity.h similarity index 100% rename from exercises/practice/pop-count/test-framework/unity.h rename to exercises/practice/eliuds-eggs/test-framework/unity.h diff --git a/exercises/practice/pop-count/test-framework/unity_internals.h b/exercises/practice/eliuds-eggs/test-framework/unity_internals.h similarity index 100% rename from exercises/practice/pop-count/test-framework/unity_internals.h rename to exercises/practice/eliuds-eggs/test-framework/unity_internals.h diff --git a/exercises/practice/pop-count/test_pop_count.c b/exercises/practice/eliuds-eggs/test_pop_count.c similarity index 100% rename from exercises/practice/pop-count/test_pop_count.c rename to exercises/practice/eliuds-eggs/test_pop_count.c