Skip to content

Commit 6f87ae7

Browse files
Update the metadata for the pop-count exercise (#3534)
1 parent 2effbdd commit 6f87ae7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@
970970
},
971971
{
972972
"slug": "pop-count",
973-
"name": "Pop Count",
973+
"name": "Eliud's Eggs",
974974
"uuid": "356e2d29-7efc-4fa3-bec7-8b61c3e967da",
975975
"practices": ["loops"],
976976
"prerequisites": [

exercises/practice/pop-count/.meta/config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"authors": ["vaeng"],
2+
"authors": [
3+
"vaeng"
4+
],
35
"files": {
46
"solution": [
57
"pop_count.py"
@@ -11,7 +13,7 @@
1113
".meta/example.py"
1214
]
1315
},
14-
"blurb": "Count the 1 bits in a number",
16+
"blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
1517
"source": "Christian Willner, Eric Willigers",
1618
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"
1719
}

0 commit comments

Comments
 (0)