Skip to content

Commit c4340bc

Browse files
Rename the pop-count exercise to eliuds-eggs.
1 parent 2a138e9 commit c4340bc

File tree

14 files changed

+2
-2
lines changed

14 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",
2121
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5",
2222
"custom": {

0 commit comments

Comments
 (0)