Skip to content

Commit

Permalink
Update the metadata for the pop-count exercise (exercism#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 1, 2023
1 parent 2effbdd commit 6f87ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@
},
{
"slug": "pop-count",
"name": "Pop Count",
"name": "Eliud's Eggs",
"uuid": "356e2d29-7efc-4fa3-bec7-8b61c3e967da",
"practices": ["loops"],
"prerequisites": [
Expand Down
6 changes: 4 additions & 2 deletions exercises/practice/pop-count/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["vaeng"],
"authors": [
"vaeng"
],
"files": {
"solution": [
"pop_count.py"
Expand All @@ -11,7 +13,7 @@
".meta/example.py"
]
},
"blurb": "Count the 1 bits in a number",
"blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
"source": "Christian Willner, Eric Willigers",
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"
}

0 comments on commit 6f87ae7

Please sign in to comment.