File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
exercises/practice/pop-count/.meta Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 970
970
},
971
971
{
972
972
"slug" : " pop-count" ,
973
- "name" : " Pop Count " ,
973
+ "name" : " Eliud's Eggs " ,
974
974
"uuid" : " 356e2d29-7efc-4fa3-bec7-8b61c3e967da" ,
975
975
"practices" : [" loops" ],
976
976
"prerequisites" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "authors" : [" vaeng" ],
2
+ "authors" : [
3
+ " vaeng"
4
+ ],
3
5
"files" : {
4
6
"solution" : [
5
7
" pop_count.py"
11
13
" .meta/example.py"
12
14
]
13
15
},
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. " ,
15
17
"source" : " Christian Willner, Eric Willigers" ,
16
18
"source_url" : " https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"
17
19
}
You can’t perform that action at this time.
0 commit comments