Skip to content

Commit 8f8d4f3

Browse files
pop-count: rename to eliuds-eggs (#104)
* Rename the `pop-count` exercise to `eliuds-eggs`. * Fix file name
1 parent 2a138e9 commit 8f8d4f3

File tree

14 files changed

+8
-8
lines changed

14 files changed

+8
-8
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"prerequisites": [],
176176
"difficulty": 2
177177
}, {
178-
"slug": "pop-count",
178+
"slug": "eliuds-eggs",
179179
"name": "Eliud's Eggs",
180180
"uuid": "233fde6a-79d9-4d90-8f94-2a0519352a5c",
181181
"practices": [],

exercises/practice/pop-count/.meta/config.json renamed to exercises/practice/eliuds-eggs/.meta/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
],
55
"files": {
66
"solution": [
7-
"pop-count.wat"
7+
"eliuds-eggs.wat"
88
],
99
"test": [
10-
"pop-count.spec.js"
10+
"eliuds-eggs.spec.js"
1111
],
1212
"example": [
1313
".meta/proof.ci.wat"
@@ -16,9 +16,9 @@
1616
"package.json"
1717
]
1818
},
19-
"blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
19+
"blurb": "Help Eliud count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
2020
"source": "Christian Willner, Eric Willigers",
21-
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5",
21+
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-eliuds-eggs/7632/5",
2222
"custom": {
2323
"version.tests.compatibility": "jest-27",
2424
"flag.tests.task-per-describe": false,

0 commit comments

Comments
 (0)